Color Hex Logo

#b9977d Color Hex

#B9977D
(185,151,125)
0 Favorites   0 Comments

Color spaces of #b9977d

RGB 185151125
HSL0.070.300.61
HSV26°32°73°
CMYK 0.000.180.32   0.27
XYZ34.775933.928224.1179
Yxy33.92820.37470.3655
Hunter Lab58.24794.636416.2242
CIE-Lab64.90558.885018.4818

#b9977d color RGB value is (185,151,125).

#b9977d hex color red value is 185, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b9977d hue: 0.07 , saturation: 0.30 and the lightness value of b9977d is 0.61.

The process color (four color CMYK) of #b9977d color hex is 0.00, 0.18, 0.32, 0.27. Web safe color of #b9977d is #cc9966. Color #b9977d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010111 01111101
Octal 271 227 175
Decimal 185 151 125
Hex B9 97 7D

RGB Percentages of Color #b9977d

%40.13
%32.75
%27.11

CMYK Percentages of Color #b9977d

%0
%18
%32
%27

Triadic Colors of #b9977d

#b9977d #7db997 #977db9

Analogous Colors of #b9977d

#b9977d #b9b57d #b97d81

Monochromatic Colors of #b9977d

#b9977d

Complementary Color

#b9977d #7d9fb9

#b9977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9977d Color CSS Codes

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

#b9977d Text Font Color

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

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


#b9977d Background Color

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

This div background color is #b9977d


#b9977d Border Color

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

This div border color is #b9977d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9977d


Comments

No comments written yet.

Please login to write comment.