#B09678

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

Shades of Sandrift #B09678

Tints of Sandrift #B09678

Color information

#B09678 (or 0xB09678) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 78. RGB value is (176,150,120). Sum of RGB (Red+Green+Blue) = 176+150+120=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B09678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09678 is #4F6987. Grayscale: #9A9A9A. Windows color (decimal): -5204360 or 7902896. OLE color: 7902896.

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

Color convert

RGB176150120-
CMYK00.150.320.31
HSL32.14º26.17%58.04%-
HSV(B)32.14º31.82%69.02%-
XYZ32.232.422.33-
YUV154.35108.61143.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=39.46%
G=33.63%
B=26.91%

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
Decimal17615012000.150.320.3132.1426.1758.04
HexB096780F201F201a3a
Octal2602261700174037403272
Binary10110000100101101111000011111000001111110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09678; }

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

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

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

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

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

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

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

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