#B09677

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

Shades of Sandrift #B09677

Tints of Sandrift #B09677

Color information

#B09677 (or 0xB09677) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 77. RGB value is (176,150,119). Sum of RGB (Red+Green+Blue) = 176+150+119=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B09677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09677 is #4F6988. Grayscale: #9A9A9A. Windows color (decimal): -5204361 or 7837360. OLE color: 7837360.

HSL color Cylindrical-coordinate representation of color #B09677: hue angle of 32.63º 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 #B09677 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB176150119-
CMYK00.150.320.31
HSL32.63º26.51%57.84%-
HSV(B)32.63º32.39%69.02%-
XYZ32.1432.3722.01-
YUV154.24108.11143.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=39.55%
G=33.71%
B=26.74%

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
Decimal17615011900.150.320.3132.6326.5157.84
HexB096770F201F211b3a
Octal2602261670174037413372
Binary10110000100101101110111011111000001111110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09677; }

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

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

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

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

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

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

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

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