#B09779

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

Shades of Sandrift #B09779

Tints of Sandrift #B09779

Color information

#B09779 (or 0xB09779) is unknown color: approx Sandrift. HEX triplet: B0, 97 and 79. RGB value is (176,151,121). Sum of RGB (Red+Green+Blue) = 176+151+121=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B09779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09779 is #4F6886. Grayscale: #9B9B9B. Windows color (decimal): -5204103 or 7968688. OLE color: 7968688.

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

Color convert

RGB176151121-
CMYK00.140.310.31
HSL32.73º25.82%58.24%-
HSV(B)32.73º31.25%69.02%-
XYZ32.4232.7422.7-
YUV155.06108.78142.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=39.29%
G=33.71%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615112100.140.310.3132.7325.8258.24
HexB097790E1F1F211a3a
Octal2602271710163737413272
Binary1011000010010111111100101110111111111110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09779; }

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

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

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

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

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

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

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

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