#B09886

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

Shades of Sandrift #B09886

Tints of Sandrift #B09886

Color information

#B09886 (or 0xB09886) is unknown color: approx Sandrift. HEX triplet: B0, 98 and 86. RGB value is (176,152,134). Sum of RGB (Red+Green+Blue) = 176+152+134=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B09886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09886 is #4F6779. Grayscale: #9D9D9D. Windows color (decimal): -5203834 or 8820912. OLE color: 8820912.

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

Color convert

RGB176152134-
CMYK00.140.240.31
HSL25.71º21%60.78%-
HSV(B)25.71º23.86%69.02%-
XYZ33.4433.4127.24-
YUV157.12114.95141.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=38.10%
G=32.90%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615213400.140.240.3125.712160.78
HexB098860E181F1a153d
Octal2602302060163037322575
Binary1011000010011000100001100111011000111111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09886; }

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

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

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

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

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

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

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

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