#B08973

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

Shades of Sandrift #B08973

Tints of Sandrift #B08973

Color information

#B08973 (or 0xB08973) is unknown color: approx Sandrift. HEX triplet: B0, 89 and 73. RGB value is (176,137,115). Sum of RGB (Red+Green+Blue) = 176+137+115=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08973 is #4F768C. Grayscale: #929292. Windows color (decimal): -5207693 or 7571888. OLE color: 7571888.

HSL color Cylindrical-coordinate representation of color #B08973: hue angle of 21.64º 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 #B08973 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176137115-
CMYK00.220.350.31
HSL21.64º27.85%57.06%-
HSV(B)21.64º34.66%69.02%-
XYZ29.9428.3620.12-
YUV146.15110.42149.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=41.12%
G=32.01%
B=26.87%

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
Decimal17613711500.220.350.3121.6427.8557.06
HexB08973016231F161c39
Octal2602111630264337263471
Binary10110000100010011110011010110100011111111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08973; }

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

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

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

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

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

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

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

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