Color Hex Logo

#bd7017 Color Hex

#BD7017
(189,112,23)
0 Favorites   0 Comments

Color spaces of #bd7017

RGB 18911223
HSL0.090.780.42
HSV32°88°74°
CMYK 0.000.410.88   0.26
XYZ26.935122.46903.7279
Yxy22.46900.50690.4229
Hunter Lab47.401518.477128.5182
CIE-Lab54.521124.450056.6453

#bd7017 color RGB value is (189,112,23).

#bd7017 hex color red value is 189, green value is 112 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bd7017 hue: 0.09 , saturation: 0.78 and the lightness value of bd7017 is 0.42.

The process color (four color CMYK) of #bd7017 color hex is 0.00, 0.41, 0.88, 0.26. Web safe color of #bd7017 is #cc6600. Color #bd7017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 00010111
Octal 275 160 27
Decimal 189 112 23
Hex BD 70 17

RGB Percentages of Color #bd7017

%58.33
%34.57
%7.10

CMYK Percentages of Color #bd7017

%0
%41
%88
%26

Triadic Colors of #bd7017

#bd7017 #17bd70 #7017bd

Analogous Colors of #bd7017

#bd7017 #b7bd17 #bd1d17

Monochromatic Colors of #bd7017

#bd7017

Complementary Color

#bd7017 #1764bd

#bd7017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7017 Color CSS Codes

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

#bd7017 Text Font Color

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

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


#bd7017 Background Color

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

This div background color is #bd7017


#bd7017 Border Color

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

This div border color is #bd7017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,112,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7017


Comments

No comments written yet.

Please login to write comment.