#B4987D

Color #B4987D Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #B4987D

Tints of Sandrift #B4987D

Color information

#B4987D (or 0xB4987D) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 7D. RGB value is (180,152,125). Sum of RGB (Red+Green+Blue) = 180+152+125=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4987D is #4B6782. Grayscale: #9D9D9D. Windows color (decimal): -4941699 or 8231092. OLE color: 8231092.

HSL color Cylindrical-coordinate representation of color #B4987D: hue angle of 29.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4987D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180152125-
CMYK00.160.310.29
HSL29.45º26.83%59.8%-
HSV(B)29.45º30.56%70.59%-
XYZ33.7533.6424.12-
YUV157.29109.78144.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=39.39%
G=33.26%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015212500.160.310.2929.4526.8359.8
HexB4987D0101F1D1d1b3c
Octal2642301750203735353374
Binary1011010010011000111110101000011111111011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4987D; }

 p { color: rgb(180,152,125); }

 H1.HeaderClassName
 {
   color: #B4987D;
 }
 .AnyTagClassName
 {
   color: #B4987D;
 }
</style>
background-color css

<style>
 a { background-color: #B4987D; }

 a { background-color: rgb(180,152,125); }

 div.DivClassName
 {
   background-color: #B4987D;
 }
 .BgClassName
 {
   background-color: #B4987D;
 }
</style>
border-color css

<style>
 span { border-color: #B4987D; }

 span { border-color: rgb(180,152,125); }

 td.TdClassName
 {
   border-color: #B4987D;
 }
 .TagClassName
 {
   border-color: #B4987D;
 }
</style>