#B08E79

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

Shades of Sandrift #B08E79

Tints of Sandrift #B08E79

Color information

#B08E79 (or 0xB08E79) is unknown color: approx Sandrift. HEX triplet: B0, 8E and 79. RGB value is (176,142,121). Sum of RGB (Red+Green+Blue) = 176+142+121=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E79 is #4F7186. Grayscale: #959595. Windows color (decimal): -5206407 or 7966384. OLE color: 7966384.

HSL color Cylindrical-coordinate representation of color #B08E79: hue angle of 22.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08E79 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176142121-
CMYK00.190.310.31
HSL22.91º25.82%58.24%-
HSV(B)22.91º31.25%69.02%-
XYZ31.0329.9622.24-
YUV149.77111.76146.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=40.09%
G=32.35%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614212100.190.310.3122.9125.8258.24
HexB08E790131F1F171a3a
Octal2602161710233737273272
Binary1011000010001110111100101001111111111111011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E79; }

 p { color: rgb(176,142,121); }

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

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

 a { background-color: rgb(176,142,121); }

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

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

 span { border-color: rgb(176,142,121); }

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