Color Hex Logo

#bc580c Color Hex

#BC580C
(188,88,12)
0 Favorites   0 Comments

Color spaces of #bc580c

RGB 1888812
HSL0.070.880.39
HSV26°94°74°
CMYK 0.000.530.94   0.26
XYZ24.295117.69742.4833
Yxy17.69740.54630.3979
Hunter Lab42.068329.467125.9479
CIE-Lab49.127036.599655.5701

#bc580c color RGB value is (188,88,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00001100
Octal 274 130 14
Decimal 188 88 12
Hex BC 58 C

RGB Percentages of Color #bc580c

%65.28
%30.56
%4.17

CMYK Percentages of Color #bc580c

%0
%53
%94
%26

Triadic Colors of #bc580c

#bc580c #0cbc58 #580cbc

Analogous Colors of #bc580c

#bc580c #bcb00c #bc0c18

Monochromatic Colors of #bc580c

#bc580c

Complementary Color

#bc580c #0c70bc

#bc580c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc580c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc580c Color CSS Codes

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

#bc580c Text Font Color

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

This sample text font color is #bc580c
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.


#bc580c Background Color

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

This div background color is #bc580c


#bc580c Border Color

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

This div border color is #bc580c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc580c


Comments

No comments written yet.

Please login to write comment.