Color Hex Logo

#bd710b Color Hex

#BD710B
(189,113,11)
0 Favorites   0 Comments

Color spaces of #bd710b

RGB 18911311
HSL0.100.890.39
HSV34°94°74°
CMYK 0.000.400.94   0.26
XYZ26.951822.65323.2686
Yxy22.65320.50970.4284
Hunter Lab47.595417.787229.2450
CIE-Lab54.713323.689559.7615

#bd710b color RGB value is (189,113,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 00001011
Octal 275 161 13
Decimal 189 113 11
Hex BD 71 B

RGB Percentages of Color #bd710b

%60.38
%36.10
%3.51

CMYK Percentages of Color #bd710b

%0
%40
%94
%26

Triadic Colors of #bd710b

#bd710b #0bbd71 #710bbd

Analogous Colors of #bd710b

#bd710b #b0bd0b #bd180b

Monochromatic Colors of #bd710b

#bd710b

Complementary Color

#bd710b #0b57bd

#bd710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd710b Color CSS Codes

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

#bd710b Text Font Color

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

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


#bd710b Background Color

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

This div background color is #bd710b


#bd710b Border Color

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

This div border color is #bd710b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd710b


Comments

No comments written yet.

Please login to write comment.