#B09B89

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

Shades of Sandrift #B09B89

Tints of Sandrift #B09B89

Color information

#B09B89 (or 0xB09B89) is unknown color: approx Sandrift. HEX triplet: B0, 9B and 89. RGB value is (176,155,137). Sum of RGB (Red+Green+Blue) = 176+155+137=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B89 is #4F6476. Grayscale: #9F9F9F. Windows color (decimal): -5203063 or 9018288. OLE color: 9018288.

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

Color convert

RGB176155137-
CMYK00.120.220.31
HSL27.69º19.8%61.37%-
HSV(B)27.69º22.16%69.02%-
XYZ34.1434.4828.52-
YUV159.23115.46139.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=37.61%
G=33.12%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615513700.120.220.3127.6919.861.37
HexB09B890C161F1c143d
Octal2602332110142637342475
Binary1011000010011011100010010110010110111111110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B89; }

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

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

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

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

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

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

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

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