Color Hex Logo

#bd975e Color Hex

#BD975E
(189,151,94)
0 Favorites   0 Comments

Color spaces of #bd975e

RGB 18915194
HSL0.100.420.55
HSV36°50°74°
CMYK 0.000.200.50   0.26
XYZ34.073333.760215.3102
Yxy33.76020.40980.4060
Hunter Lab58.10352.995525.0496
CIE-Lab64.77187.036835.2608

#bd975e color RGB value is (189,151,94).

#bd975e hex color red value is 189, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd975e hue: 0.10 , saturation: 0.42 and the lightness value of bd975e is 0.55.

The process color (four color CMYK) of #bd975e color hex is 0.00, 0.20, 0.50, 0.26. Web safe color of #bd975e is #cc9966. Color #bd975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 01011110
Octal 275 227 136
Decimal 189 151 94
Hex BD 97 5E

RGB Percentages of Color #bd975e

%43.55
%34.79
%21.66

CMYK Percentages of Color #bd975e

%0
%20
%50
%26

Triadic Colors of #bd975e

#bd975e #5ebd97 #975ebd

Analogous Colors of #bd975e

#bd975e #b4bd5e #bd685e

Monochromatic Colors of #bd975e

#bd975e

Complementary Color

#bd975e #5e84bd

#bd975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd975e Color CSS Codes

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

#bd975e Text Font Color

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

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


#bd975e Background Color

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

This div background color is #bd975e


#bd975e Border Color

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

This div border color is #bd975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd975e


Comments

No comments written yet.

Please login to write comment.