Color Hex Logo

#bd750a Color Hex

#BD750A
(189,117,10)
0 Favorites   0 Comments

Color spaces of #bd750a

RGB 18911710
HSL0.100.900.39
HSV36°95°74°
CMYK 0.000.380.95   0.26
XYZ27.402323.56333.3911
Yxy23.56330.50410.4335
Hunter Lab48.542015.815829.8375
CIE-Lab55.647921.481360.6058

#bd750a color RGB value is (189,117,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 00001010
Octal 275 165 12
Decimal 189 117 10
Hex BD 75 A

RGB Percentages of Color #bd750a

%59.81
%37.03
%3.16

CMYK Percentages of Color #bd750a

%0
%38
%95
%26

Triadic Colors of #bd750a

#bd750a #0abd75 #750abd

Analogous Colors of #bd750a

#bd750a #acbd0a #bd1c0a

Monochromatic Colors of #bd750a

#bd750a

Complementary Color

#bd750a #0a52bd

#bd750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd750a Color CSS Codes

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

#bd750a Text Font Color

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

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


#bd750a Background Color

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

This div background color is #bd750a


#bd750a Border Color

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

This div border color is #bd750a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd750a


Comments

No comments written yet.

Please login to write comment.