#B08972

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

Shades of Sandrift #B08972

Tints of Sandrift #B08972

Color information

#B08972 (or 0xB08972) is unknown color: approx Sandrift. HEX triplet: B0, 89 and 72. RGB value is (176,137,114). Sum of RGB (Red+Green+Blue) = 176+137+114=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08972 is #4F768D. Grayscale: #929292. Windows color (decimal): -5207694 or 7506352. OLE color: 7506352.

HSL color Cylindrical-coordinate representation of color #B08972: hue angle of 22.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08972 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176137114-
CMYK00.220.350.31
HSL22.26º28.18%56.86%-
HSV(B)22.26º35.23%69.02%-
XYZ29.8928.3419.81-
YUV146.04109.92149.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=41.22%
G=32.08%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613711400.220.350.3122.2628.1856.86
HexB08972016231F161c39
Octal2602111620264337263471
Binary10110000100010011110010010110100011111111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08972; }

 p { color: rgb(176,137,114); }

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

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

 a { background-color: rgb(176,137,114); }

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

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

 span { border-color: rgb(176,137,114); }

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