#B09479

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

Shades of Sandrift #B09479

Tints of Sandrift #B09479

Color information

#B09479 (or 0xB09479) is unknown color: approx Sandrift. HEX triplet: B0, 94 and 79. RGB value is (176,148,121). Sum of RGB (Red+Green+Blue) = 176+148+121=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B09479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09479 is #4F6B86. Grayscale: #999999. Windows color (decimal): -5204871 or 7967920. OLE color: 7967920.

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

Color convert

RGB176148121-
CMYK00.160.310.31
HSL29.45º25.82%58.24%-
HSV(B)29.45º31.25%69.02%-
XYZ31.9531.7922.54-
YUV153.29109.78144.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=39.55%
G=33.26%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614812100.160.310.3129.4525.8258.24
HexB094790101F1F1d1a3a
Octal2602241710203737353272
Binary1011000010010100111100101000011111111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09479; }

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

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

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

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

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

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

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

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