Color Hex Logo

#bd5915 Color Hex

#BD5915
(189,89,21)
1 Favorites   0 Comments

Color spaces of #bd5915

RGB 1898921
HSL0.070.800.41
HSV24°89°74°
CMYK 0.000.530.89   0.26
XYZ24.694018.01772.8857
Yxy18.01770.54160.3951
Hunter Lab42.447329.561025.6824
CIE-Lab49.517636.643553.3319

#bd5915 color RGB value is (189,89,21).

#bd5915 hex color red value is 189, green value is 89 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bd5915 hue: 0.07 , saturation: 0.80 and the lightness value of bd5915 is 0.41.

The process color (four color CMYK) of #bd5915 color hex is 0.00, 0.53, 0.89, 0.26. Web safe color of #bd5915 is #cc6600. Color #bd5915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 00010101
Octal 275 131 25
Decimal 189 89 21
Hex BD 59 15

RGB Percentages of Color #bd5915

%63.21
%29.77
%7.02

CMYK Percentages of Color #bd5915

%0
%53
%89
%26

Triadic Colors of #bd5915

#bd5915 #15bd59 #5915bd

Analogous Colors of #bd5915

#bd5915 #bdad15 #bd1525

Monochromatic Colors of #bd5915

#bd5915

Complementary Color

#bd5915 #1579bd

#bd5915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5915 Color CSS Codes

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

#bd5915 Text Font Color

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

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


#bd5915 Background Color

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

This div background color is #bd5915


#bd5915 Border Color

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

This div border color is #bd5915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5915


Comments

No comments written yet.

Please login to write comment.