Color Hex Logo

#bd7905 Color Hex

#BD7905
(189,121,5)
0 Favorites   0 Comments

Color spaces of #bd7905

RGB 1891215
HSL0.110.950.38
HSV38°97°74°
CMYK 0.000.360.97   0.26
XYZ27.851024.50453.4055
Yxy24.50450.49950.4395
Hunter Lab49.502013.799830.5725
CIE-Lab56.589419.216162.1402

#bd7905 color RGB value is (189,121,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 00000101
Octal 275 171 5
Decimal 189 121 5
Hex BD 79 5

RGB Percentages of Color #bd7905

%60.00
%38.41
%1.59

CMYK Percentages of Color #bd7905

%0
%36
%97
%26

Triadic Colors of #bd7905

#bd7905 #05bd79 #7905bd

Analogous Colors of #bd7905

#bd7905 #a5bd05 #bd1d05

Monochromatic Colors of #bd7905

#bd7905

Complementary Color

#bd7905 #0549bd

#bd7905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7905 Color CSS Codes

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

#bd7905 Text Font Color

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

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


#bd7905 Background Color

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

This div background color is #bd7905


#bd7905 Border Color

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

This div border color is #bd7905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7905


Comments

No comments written yet.

Please login to write comment.