Color Hex Logo

#bd5810 Color Hex

#BD5810
(189,88,16)
0 Favorites   0 Comments

Color spaces of #bd5810

RGB 1898816
HSL0.070.840.40
HSV25°92°74°
CMYK 0.000.530.92   0.26
XYZ24.569517.83572.6379
Yxy17.83570.54550.3960
Hunter Lab42.232329.939325.8593
CIE-Lab49.296237.060554.7085

#bd5810 color RGB value is (189,88,16).

#bd5810 hex color red value is 189, green value is 88 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bd5810 hue: 0.07 , saturation: 0.84 and the lightness value of bd5810 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 00010000
Octal 275 130 20
Decimal 189 88 16
Hex BD 58 10

RGB Percentages of Color #bd5810

%64.51
%30.03
%5.46

CMYK Percentages of Color #bd5810

%0
%53
%92
%26

Triadic Colors of #bd5810

#bd5810 #10bd58 #5810bd

Analogous Colors of #bd5810

#bd5810 #bdaf10 #bd101f

Monochromatic Colors of #bd5810

#bd5810

Complementary Color

#bd5810 #1075bd

#bd5810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5810 Color CSS Codes

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

#bd5810 Text Font Color

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

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


#bd5810 Background Color

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

This div background color is #bd5810


#bd5810 Border Color

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

This div border color is #bd5810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5810


Comments

No comments written yet.

Please login to write comment.