#B0987B

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

Shades of Sandrift #B0987B

Tints of Sandrift #B0987B

Color information

#B0987B (or 0xB0987B) is unknown color: approx Sandrift. HEX triplet: B0, 98 and 7B. RGB value is (176,152,123). Sum of RGB (Red+Green+Blue) = 176+152+123=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0987B is #4F6784. Grayscale: #9C9C9C. Windows color (decimal): -5203845 or 8100016. OLE color: 8100016.

HSL color Cylindrical-coordinate representation of color #B0987B: hue angle of 32.83º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0987B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176152123-
CMYK00.140.300.31
HSL32.83º25.12%58.63%-
HSV(B)32.83º30.11%69.02%-
XYZ32.7133.1223.41-
YUV155.87109.45142.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=39.02%
G=33.70%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615212300.140.300.3132.8325.1258.63
HexB0987B0E1E1F21193b
Octal2602301730163637413173
Binary1011000010011000111101101110111101111110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0987B; }

 p { color: rgb(176,152,123); }

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

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

 a { background-color: rgb(176,152,123); }

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

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

 span { border-color: rgb(176,152,123); }

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