#B19473

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

Shades of Sandrift #B19473

Tints of Sandrift #B19473

Color information

#B19473 (or 0xB19473) is unknown color: approx Sandrift. HEX triplet: B1, 94 and 73. RGB value is (177,148,115). Sum of RGB (Red+Green+Blue) = 177+148+115=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19473 is #4E6B8C. Grayscale: #999999. Windows color (decimal): -5139341 or 7574705. OLE color: 7574705.

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

Color convert

RGB177148115-
CMYK00.160.350.31
HSL31.94º28.44%57.25%-
HSV(B)31.94º35.03%69.41%-
XYZ31.8231.7620.67-
YUV152.91106.61145.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=40.23%
G=33.64%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714811500.160.350.3131.9428.4457.25
HexB19473010231F201c39
Octal2612241630204337403471
Binary101100011001010011100110100001000111111110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19473; }

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

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

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

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

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

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

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

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