#B19479

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

Shades of Sandrift #B19479

Tints of Sandrift #B19479

Color information

#B19479 (or 0xB19479) is unknown color: approx Sandrift. HEX triplet: B1, 94 and 79. RGB value is (177,148,121). Sum of RGB (Red+Green+Blue) = 177+148+121=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B19479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19479 is #4E6B86. Grayscale: #999999. Windows color (decimal): -5139335 or 7967921. OLE color: 7967921.

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

Color convert

RGB177148121-
CMYK00.160.320.31
HSL28.93º26.42%58.43%-
HSV(B)28.93º31.64%69.41%-
XYZ32.1731.9122.55-
YUV153.59109.61144.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=39.69%
G=33.18%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714812100.160.320.3128.9326.4258.43
HexB19479010201F1d1a3a
Octal2612241710204037353272
Binary10110001100101001111001010000100000111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19479; }

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

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

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

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

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

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

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

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