#B09A88

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

Shades of Sandrift #B09A88

Tints of Sandrift #B09A88

Color information

#B09A88 (or 0xB09A88) is unknown color: approx Sandrift. HEX triplet: B0, 9A and 88. RGB value is (176,154,136). Sum of RGB (Red+Green+Blue) = 176+154+136=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A88 is #4F6577. Grayscale: #9E9E9E. Windows color (decimal): -5203320 or 8952496. OLE color: 8952496.

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

Color convert

RGB176154136-
CMYK00.120.230.31
HSL27º20.2%61.18%-
HSV(B)27º22.73%69.02%-
XYZ33.934.1228.09-
YUV158.53115.29140.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=37.77%
G=33.05%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615413600.120.230.312720.261.18
HexB09A880C171F1b143d
Octal2602322100142737332475
Binary1011000010011010100010000110010111111111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A88; }

 p { color: rgb(176,154,136); }

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

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

 a { background-color: rgb(176,154,136); }

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

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

 span { border-color: rgb(176,154,136); }

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