Color Hex Logo

#bc580f Color Hex

#BC580F
(188,88,15)
0 Favorites   0 Comments

Color spaces of #bc580f

RGB 1888815
HSL0.070.850.40
HSV25°92°74°
CMYK 0.000.530.92   0.26
XYZ24.315017.70532.5879
Yxy17.70530.54510.3969
Hunter Lab42.077729.512125.8079
CIE-Lab49.136736.644554.8014

#bc580f color RGB value is (188,88,15).

#bc580f hex color red value is 188, green value is 88 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc580f hue: 0.07 , saturation: 0.85 and the lightness value of bc580f is 0.40.

The process color (four color CMYK) of #bc580f color hex is 0.00, 0.53, 0.92, 0.26. Web safe color of #bc580f is #cc6600. Color #bc580f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00001111
Octal 274 130 17
Decimal 188 88 15
Hex BC 58 F

RGB Percentages of Color #bc580f

%64.60
%30.24
%5.15

CMYK Percentages of Color #bc580f

%0
%53
%92
%26

Triadic Colors of #bc580f

#bc580f #0fbc58 #580fbc

Analogous Colors of #bc580f

#bc580f #bcaf0f #bc0f1d

Monochromatic Colors of #bc580f

#bc580f

Complementary Color

#bc580f #0f73bc

#bc580f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc580f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc580f Color CSS Codes

.mybgcolor {background-color:#bc580f; } 
.myforecolor {color:#bc580f; }
.mybordercolor {border:3px solid #bc580f; }

#bc580f Text Font Color

<p style="color:#bc580f">Text here</p>

This sample text font color is #bc580f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc580f Background Color

<div style="background-color:#bc580f">
Div content here</div>

This div background color is #bc580f


#bc580f Border Color

<div style="border:3px solid #bc580f">
Div here</div>

This div border color is #bc580f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,88,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc580f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc580f;
  -webkit-box-shadow: 1px 1px 3px 2px #bc580f;
  box-shadow:         1px 1px 3px 2px #bc580f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,88,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc580f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc580f;
  -webkit-box-shadow: 1px 1px 3px 2px #bc580f;
  box-shadow:         1px 1px 3px 2px #bc580f;">
Div content here</div>

This div box has shadow with color #bc580f


Comments

No comments written yet.

Please login to write comment.