#B09884

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

Shades of Sandrift #B09884

Tints of Sandrift #B09884

Color information

#B09884 (or 0xB09884) is unknown color: approx Sandrift. HEX triplet: B0, 98 and 84. RGB value is (176,152,132). Sum of RGB (Red+Green+Blue) = 176+152+132=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09884 is #4F677B. Grayscale: #9D9D9D. Windows color (decimal): -5203836 or 8689840. OLE color: 8689840.

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

Color convert

RGB176152132-
CMYK00.140.250.31
HSL27.27º21.78%60.39%-
HSV(B)27.27º25%69.02%-
XYZ33.333.3526.51-
YUV156.9113.95141.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=38.26%
G=33.04%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615213200.140.250.3127.2721.7860.39
HexB098840E191F1b163c
Octal2602302040163137332674
Binary1011000010011000100001000111011001111111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09884; }

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

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

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

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

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

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

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

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