Color Hex Logo

#bd6805 Color Hex

#BD6805
(189,104,5)
0 Favorites   0 Comments

Color spaces of #bd6805

RGB 1891045
HSL0.090.950.38
HSV32°97°74°
CMYK 0.000.450.97   0.26
XYZ25.964020.73042.7765
Yxy20.73040.52480.4190
Hunter Lab45.530622.111628.2559
CIE-Lab52.653228.506359.5000

#bd6805 color RGB value is (189,104,5).

#bd6805 hex color red value is 189, green value is 104 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bd6805 hue: 0.09 , saturation: 0.95 and the lightness value of bd6805 is 0.38.

The process color (four color CMYK) of #bd6805 color hex is 0.00, 0.45, 0.97, 0.26. Web safe color of #bd6805 is #cc6600. Color #bd6805 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 00000101
Octal 275 150 5
Decimal 189 104 5
Hex BD 68 5

RGB Percentages of Color #bd6805

%63.42
%34.90
%1.68

CMYK Percentages of Color #bd6805

%0
%45
%97
%26

Triadic Colors of #bd6805

#bd6805 #05bd68 #6805bd

Analogous Colors of #bd6805

#bd6805 #b6bd05 #bd0c05

Monochromatic Colors of #bd6805

#bd6805

Complementary Color

#bd6805 #055abd

#bd6805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6805 Color CSS Codes

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

#bd6805 Text Font Color

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

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


#bd6805 Background Color

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

This div background color is #bd6805


#bd6805 Border Color

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

This div border color is #bd6805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6805


Comments

No comments written yet.

Please login to write comment.