Color Hex Logo

#bd510a Color Hex

#BD510A
(189,81,10)
0 Favorites   0 Comments

Color spaces of #bd510a

RGB 1898110
HSL0.070.900.39
HSV24°95°74°
CMYK 0.000.570.95   0.26
XYZ23.983516.72562.2515
Yxy16.72560.55830.3893
Hunter Lab40.896933.109425.3638
CIE-Lab47.912440.472555.2987

#bd510a color RGB value is (189,81,10).

#bd510a hex color red value is 189, green value is 81 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bd510a hue: 0.07 , saturation: 0.90 and the lightness value of bd510a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 00001010
Octal 275 121 12
Decimal 189 81 10
Hex BD 51 A

RGB Percentages of Color #bd510a

%67.50
%28.93
%3.57

CMYK Percentages of Color #bd510a

%0
%57
%95
%26

Triadic Colors of #bd510a

#bd510a #0abd51 #510abd

Analogous Colors of #bd510a

#bd510a #bdab0a #bd0a1c

Monochromatic Colors of #bd510a

#bd510a

Complementary Color

#bd510a #0a76bd

#bd510a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd510a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd510a Color CSS Codes

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

#bd510a Text Font Color

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

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


#bd510a Background Color

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

This div background color is #bd510a


#bd510a Border Color

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

This div border color is #bd510a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd510a


Comments

No comments written yet.

Please login to write comment.