Color Hex Logo

#b97978 Color Hex

#B97978
(185,121,120)
0 Favorites   0 Comments

Color spaces of #b97978

RGB 185121120
HSL0.000.320.60
HSV35°73°
CMYK 0.000.350.35   0.27
XYZ30.235125.345121.0678
Yxy25.34510.39450.3307
Hunter Lab50.343919.100110.4292
CIE-Lab57.410124.896410.8915

#b97978 color RGB value is (185,121,120).

#b97978 hex color red value is 185, green value is 121 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b97978 hue: 0.00 , saturation: 0.32 and the lightness value of b97978 is 0.60.

The process color (four color CMYK) of #b97978 color hex is 0.00, 0.35, 0.35, 0.27. Web safe color of #b97978 is #cc6666. Color #b97978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 01111000
Octal 271 171 170
Decimal 185 121 120
Hex B9 79 78

RGB Percentages of Color #b97978

%43.43
%28.40
%28.17

CMYK Percentages of Color #b97978

%0
%35
%35
%27

Triadic Colors of #b97978

#b97978 #78b979 #7978b9

Analogous Colors of #b97978

#b97978 #b99a78 #b97898

Monochromatic Colors of #b97978

#b97978

Complementary Color

#b97978 #78b8b9

#b97978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97978 Color CSS Codes

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

#b97978 Text Font Color

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

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


#b97978 Background Color

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

This div background color is #b97978


#b97978 Border Color

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

This div border color is #b97978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,121,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b97978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b97978;
  -webkit-box-shadow: 1px 1px 3px 2px #b97978;
  box-shadow:         1px 1px 3px 2px #b97978; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97978


Comments

No comments written yet.

Please login to write comment.