#B19476

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

Shades of Sandrift #B19476

Tints of Sandrift #B19476

Color information

#B19476 (or 0xB19476) is unknown color: approx Sandrift. HEX triplet: B1, 94 and 76. RGB value is (177,148,118). Sum of RGB (Red+Green+Blue) = 177+148+118=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19476 is #4E6B89. Grayscale: #999999. Windows color (decimal): -5139338 or 7771313. OLE color: 7771313.

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

Color convert

RGB177148118-
CMYK00.160.330.31
HSL30.51º27.44%57.84%-
HSV(B)30.51º33.33%69.41%-
XYZ31.9931.8321.6-
YUV153.25108.11144.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=39.95%
G=33.41%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714811800.160.330.3130.5127.4457.84
HexB19476010211F1f1b3a
Octal2612241660204137373372
Binary10110001100101001110110010000100001111111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19476; }

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

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

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

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

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

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

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

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