Color Hex Logo

#bd6509 Color Hex

#BD6509
(189,101,9)
0 Favorites   0 Comments

Color spaces of #bd6509

RGB 1891019
HSL0.090.910.39
HSV31°95°74°
CMYK 0.000.470.95   0.26
XYZ25.689320.14592.7930
Yxy20.14590.52830.4143
Hunter Lab44.884223.616527.7295
CIE-Lab52.001830.165858.2605

#bd6509 color RGB value is (189,101,9).

#bd6509 hex color red value is 189, green value is 101 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bd6509 hue: 0.09 , saturation: 0.91 and the lightness value of bd6509 is 0.39.

The process color (four color CMYK) of #bd6509 color hex is 0.00, 0.47, 0.95, 0.26. Web safe color of #bd6509 is #cc6600. Color #bd6509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 00001001
Octal 275 145 11
Decimal 189 101 9
Hex BD 65 9

RGB Percentages of Color #bd6509

%63.21
%33.78
%3.01

CMYK Percentages of Color #bd6509

%0
%47
%95
%26

Triadic Colors of #bd6509

#bd6509 #09bd65 #6509bd

Analogous Colors of #bd6509

#bd6509 #bbbd09 #bd0b09

Monochromatic Colors of #bd6509

#bd6509

Complementary Color

#bd6509 #0961bd

#bd6509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6509 Color CSS Codes

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

#bd6509 Text Font Color

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

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


#bd6509 Background Color

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

This div background color is #bd6509


#bd6509 Border Color

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

This div border color is #bd6509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6509


Comments

No comments written yet.

Please login to write comment.