Color Hex Logo

#b6987d Color Hex

#B6987D
(182,152,125)
0 Favorites   0 Comments

Color spaces of #b6987d

RGB 182152125
HSL0.080.280.60
HSV28°31°71°
CMYK 0.000.160.31   0.29
XYZ34.221333.882224.1383
Yxy33.88220.37100.3673
Hunter Lab58.20843.077216.1591
CIE-Lab64.86907.131418.3846

#b6987d color RGB value is (182,152,125).

#b6987d hex color red value is 182, green value is 152 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b6987d hue: 0.08 , saturation: 0.28 and the lightness value of b6987d is 0.60.

The process color (four color CMYK) of #b6987d color hex is 0.00, 0.16, 0.31, 0.29. Web safe color of #b6987d is #cc9966. Color #b6987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 01111101
Octal 266 230 175
Decimal 182 152 125
Hex B6 98 7D

RGB Percentages of Color #b6987d

%39.65
%33.12
%27.23

CMYK Percentages of Color #b6987d

%0
%16
%31
%29

Triadic Colors of #b6987d

#b6987d #7db698 #987db6

Analogous Colors of #b6987d

#b6987d #b6b57d #b67d7f

Monochromatic Colors of #b6987d

#b6987d

Complementary Color

#b6987d #7d9bb6

#b6987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6987d Color CSS Codes

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

#b6987d Text Font Color

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

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


#b6987d Background Color

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

This div background color is #b6987d


#b6987d Border Color

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

This div border color is #b6987d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,152,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 #b6987d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6987d


Comments

No comments written yet.

Please login to write comment.