Color Hex Logo

#bd420b Color Hex

#BD420B
(189,66,11)
0 Favorites   0 Comments

Color spaces of #bd420b

RGB 1896611
HSL0.050.890.39
HSV19°94°74°
CMYK 0.000.650.94   0.26
XYZ22.994914.73941.9496
Yxy14.73940.57950.3714
Hunter Lab38.391939.727023.8635
CIE-Lab45.275247.437653.3240

#bd420b color RGB value is (189,66,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 00001011
Octal 275 102 13
Decimal 189 66 11
Hex BD 42 B

RGB Percentages of Color #bd420b

%71.05
%24.81
%4.14

CMYK Percentages of Color #bd420b

%0
%65
%94
%26

Triadic Colors of #bd420b

#bd420b #0bbd42 #420bbd

Analogous Colors of #bd420b

#bd420b #bd9b0b #bd0b2d

Monochromatic Colors of #bd420b

#bd420b

Complementary Color

#bd420b #0b86bd

#bd420b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd420b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd420b Color CSS Codes

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

#bd420b Text Font Color

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

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


#bd420b Background Color

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

This div background color is #bd420b


#bd420b Border Color

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

This div border color is #bd420b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd420b


Comments

No comments written yet.

Please login to write comment.