Color Hex Logo

#bd470b Color Hex

#BD470B
(189,71,11)
0 Favorites   0 Comments

Color spaces of #bd470b

RGB 1897111
HSL0.060.890.39
HSV20°94°74°
CMYK 0.000.620.94   0.26
XYZ23.299915.34952.0513
Yxy15.34950.57250.3771
Hunter Lab39.178437.593924.3206
CIE-Lab46.109245.214053.8675

#bd470b color RGB value is (189,71,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 00001011
Octal 275 107 13
Decimal 189 71 11
Hex BD 47 B

RGB Percentages of Color #bd470b

%69.74
%26.20
%4.06

CMYK Percentages of Color #bd470b

%0
%62
%94
%26

Triadic Colors of #bd470b

#bd470b #0bbd47 #470bbd

Analogous Colors of #bd470b

#bd470b #bda00b #bd0b28

Monochromatic Colors of #bd470b

#bd470b

Complementary Color

#bd470b #0b81bd

#bd470b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd470b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd470b Color CSS Codes

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

#bd470b Text Font Color

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

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


#bd470b Background Color

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

This div background color is #bd470b


#bd470b Border Color

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

This div border color is #bd470b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd470b


Comments

No comments written yet.

Please login to write comment.