Color Hex Logo

#bc570f Color Hex

#BC570F
(188,87,15)
0 Favorites   0 Comments

Color spaces of #bc570f

RGB 1888715
HSL0.070.850.40
HSV25°92°74°
CMYK 0.000.540.92   0.26
XYZ24.233517.54222.5607
Yxy17.54220.54660.3957
Hunter Lab41.883429.983125.6935
CIE-Lab48.936137.154254.6577

#bc570f color RGB value is (188,87,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 00001111
Octal 274 127 17
Decimal 188 87 15
Hex BC 57 F

RGB Percentages of Color #bc570f

%64.83
%30.00
%5.17

CMYK Percentages of Color #bc570f

%0
%54
%92
%26

Triadic Colors of #bc570f

#bc570f #0fbc57 #570fbc

Analogous Colors of #bc570f

#bc570f #bcae0f #bc0f1e

Monochromatic Colors of #bc570f

#bc570f

Complementary Color

#bc570f #0f74bc

#bc570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc570f Color CSS Codes

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

#bc570f Text Font Color

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

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


#bc570f Background Color

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

This div background color is #bc570f


#bc570f Border Color

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

This div border color is #bc570f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,87,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 #bc570f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc570f


Comments

No comments written yet.

Please login to write comment.