#B09679

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

Shades of Sandrift #B09679

Tints of Sandrift #B09679

Color information

#B09679 (or 0xB09679) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 79. RGB value is (176,150,121). Sum of RGB (Red+Green+Blue) = 176+150+121=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B09679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09679 is #4F6986. Grayscale: #9A9A9A. Windows color (decimal): -5204359 or 7968432. OLE color: 7968432.

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

Color convert

RGB176150121-
CMYK00.150.310.31
HSL31.64º25.82%58.24%-
HSV(B)31.64º31.25%69.02%-
XYZ32.2632.4222.65-
YUV154.47109.11143.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=39.37%
G=33.56%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615012100.150.310.3131.6425.8258.24
HexB096790F1F1F201a3a
Octal2602261710173737403272
Binary1011000010010110111100101111111111111110000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09679; }

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

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

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

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

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

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

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

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