#B09882

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

Shades of Sandrift #B09882

Tints of Sandrift #B09882

Color information

#B09882 (or 0xB09882) is unknown color: approx Sandrift. HEX triplet: B0, 98 and 82. RGB value is (176,152,130). Sum of RGB (Red+Green+Blue) = 176+152+130=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09882 is #4F677D. Grayscale: #9C9C9C. Windows color (decimal): -5203838 or 8558768. OLE color: 8558768.

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

Color convert

RGB176152130-
CMYK00.140.260.31
HSL28.7º22.55%60%-
HSV(B)28.7º26.14%69.02%-
XYZ33.1633.325.8-
YUV156.67112.95141.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 28.38%
R=38.43%
G=33.19%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615213000.140.260.3128.722.5560
HexB098820E1A1F1d173c
Octal2602302020163237352774
Binary1011000010011000100000100111011010111111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09882; }

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

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

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

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

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

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

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

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