Color Hex Logo

#bd995a Color Hex

#BD995A
(189,153,90)
0 Favorites   0 Comments

Color spaces of #bd995a

RGB 18915390
HSL0.110.430.55
HSV38°52°74°
CMYK 0.000.190.52   0.26
XYZ34.223034.339514.4973
Yxy34.33950.41200.4134
Hunter Lab58.59991.696126.3519
CIE-Lab65.23125.576137.9271

#bd995a color RGB value is (189,153,90).

#bd995a hex color red value is 189, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd995a hue: 0.11 , saturation: 0.43 and the lightness value of bd995a is 0.55.

The process color (four color CMYK) of #bd995a color hex is 0.00, 0.19, 0.52, 0.26. Web safe color of #bd995a is #cc9966. Color #bd995a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 01011010
Octal 275 231 132
Decimal 189 153 90
Hex BD 99 5A

RGB Percentages of Color #bd995a

%43.75
%35.42
%20.83

CMYK Percentages of Color #bd995a

%0
%19
%52
%26

Triadic Colors of #bd995a

#bd995a #5abd99 #995abd

Analogous Colors of #bd995a

#bd995a #b0bd5a #bd685a

Monochromatic Colors of #bd995a

#bd995a

Complementary Color

#bd995a #5a7ebd

#bd995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd995a Color CSS Codes

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

#bd995a Text Font Color

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

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


#bd995a Background Color

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

This div background color is #bd995a


#bd995a Border Color

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

This div border color is #bd995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd995a


Comments

No comments written yet.

Please login to write comment.