Color Hex Logo

#bc450b Color Hex

#BC450B
(188,69,11)
0 Favorites   0 Comments

Color spaces of #bc450b

RGB 1886911
HSL0.050.890.39
HSV20°94°74°
CMYK 0.000.630.94   0.26
XYZ22.927614.97181.9980
Yxy14.97180.57470.3753
Hunter Lab38.693438.055924.0238
CIE-Lab45.595545.752553.4469

#bc450b color RGB value is (188,69,11).

#bc450b hex color red value is 188, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc450b hue: 0.05 , saturation: 0.89 and the lightness value of bc450b is 0.39.

The process color (four color CMYK) of #bc450b color hex is 0.00, 0.63, 0.94, 0.26. Web safe color of #bc450b is #cc3300. Color #bc450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00001011
Octal 274 105 13
Decimal 188 69 11
Hex BC 45 B

RGB Percentages of Color #bc450b

%70.15
%25.75
%4.10

CMYK Percentages of Color #bc450b

%0
%63
%94
%26

Triadic Colors of #bc450b

#bc450b #0bbc45 #450bbc

Analogous Colors of #bc450b

#bc450b #bc9e0b #bc0b29

Monochromatic Colors of #bc450b

#bc450b

Complementary Color

#bc450b #0b82bc

#bc450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc450b Color CSS Codes

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

#bc450b Text Font Color

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

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


#bc450b Background Color

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

This div background color is #bc450b


#bc450b Border Color

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

This div border color is #bc450b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc450b


Comments

No comments written yet.

Please login to write comment.