#B08F82

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

Shades of Sandrift #B08F82

Tints of Sandrift #B08F82

Color information

#B08F82 (or 0xB08F82) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 82. RGB value is (176,143,130). Sum of RGB (Red+Green+Blue) = 176+143+130=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F82 is #4F707D. Grayscale: #979797. Windows color (decimal): -5206142 or 8556464. OLE color: 8556464.

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

Color convert

RGB176143130-
CMYK00.190.260.31
HSL16.96º22.55%60%-
HSV(B)16.96º26.14%69.02%-
XYZ31.7630.4925.33-
YUV151.38115.93145.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=39.20%
G=31.85%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614313000.190.260.3116.9622.5560
HexB08F820131A1F11173c
Octal2602172020233237212774
Binary10110000100011111000001001001111010111111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F82; }

 p { color: rgb(176,143,130); }

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

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

 a { background-color: rgb(176,143,130); }

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

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

 span { border-color: rgb(176,143,130); }

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