#B09676

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

Shades of Sandrift #B09676

Tints of Sandrift #B09676

Color information

#B09676 (or 0xB09676) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 76. RGB value is (176,150,118). Sum of RGB (Red+Green+Blue) = 176+150+118=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B09676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09676 is #4F6989. Grayscale: #9A9A9A. Windows color (decimal): -5204362 or 7771824. OLE color: 7771824.

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

Color convert

RGB176150118-
CMYK00.150.330.31
HSL33.1º26.85%57.65%-
HSV(B)33.1º32.95%69.02%-
XYZ32.0832.3521.69-
YUV154.13107.61143.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=39.64%
G=33.78%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615011800.150.330.3133.126.8557.65
HexB096760F211F211b3a
Octal2602261660174137413372
Binary10110000100101101110110011111000011111110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09676; }

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

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

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

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

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

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

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

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