Color Hex Logo

#bd9797 Color Hex

#BD9797
(189,151,151)
1 Favorites   0 Comments

Color spaces of #bd9797

RGB 189151151
HSL0.000.220.67
HSV20°74°
CMYK 0.000.200.20   0.26
XYZ37.638835.186434.0860
Yxy35.18640.35210.3291
Hunter Lab59.31819.45597.4528
CIE-Lab65.893514.18235.3951

#bd9797 color RGB value is (189,151,151).

#bd9797 hex color red value is 189, green value is 151 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bd9797 hue: 0.00 , saturation: 0.22 and the lightness value of bd9797 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 10010111
Octal 275 227 227
Decimal 189 151 151
Hex BD 97 97

RGB Percentages of Color #bd9797

%38.49
%30.75
%30.75

CMYK Percentages of Color #bd9797

%0
%20
%20
%26

Triadic Colors of #bd9797

#bd9797 #97bd97 #9797bd

Analogous Colors of #bd9797

#bd9797 #bdaa97 #bd97aa

Monochromatic Colors of #bd9797

#bd9797

Complementary Color

#bd9797 #97bdbd

#bd9797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9797 Color CSS Codes

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

#bd9797 Text Font Color

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

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


#bd9797 Background Color

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

This div background color is #bd9797


#bd9797 Border Color

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

This div border color is #bd9797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9797


Comments

No comments written yet.

Please login to write comment.