#B09577

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

Shades of Sandrift #B09577

Tints of Sandrift #B09577

Color information

#B09577 (or 0xB09577) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 77. RGB value is (176,149,119). Sum of RGB (Red+Green+Blue) = 176+149+119=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B09577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09577 is #4F6A88. Grayscale: #999999. Windows color (decimal): -5204617 or 7837104. OLE color: 7837104.

HSL color Cylindrical-coordinate representation of color #B09577: hue angle of 31.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09577 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176149119-
CMYK00.150.320.31
HSL31.58º26.51%57.84%-
HSV(B)31.58º32.39%69.02%-
XYZ31.9832.0621.95-
YUV153.65108.45143.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=39.64%
G=33.56%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614911900.150.320.3131.5826.5157.84
HexB095770F201F201b3a
Octal2602251670174037403372
Binary10110000100101011110111011111000001111110000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09577; }

 p { color: rgb(176,149,119); }

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

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

 a { background-color: rgb(176,149,119); }

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

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

 span { border-color: rgb(176,149,119); }

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