#B19172

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

Shades of Sandrift #B19172

Tints of Sandrift #B19172

Color information

#B19172 (or 0xB19172) is unknown color: approx Sandrift. HEX triplet: B1, 91 and 72. RGB value is (177,145,114). Sum of RGB (Red+Green+Blue) = 177+145+114=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19172 is #4E6E8D. Grayscale: #979797. Windows color (decimal): -5140110 or 7508401. OLE color: 7508401.

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

Color convert

RGB177145114-
CMYK00.180.360.31
HSL29.52º28.77%57.06%-
HSV(B)29.52º35.59%69.41%-
XYZ31.2930.8120.22-
YUV151.03107.1146.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=40.60%
G=33.26%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714511400.180.360.3129.5228.7757.06
HexB19172012241F1e1d39
Octal2612211620224437363571
Binary10110001100100011110010010010100100111111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19172; }

 p { color: rgb(177,145,114); }

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

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

 a { background-color: rgb(177,145,114); }

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

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

 span { border-color: rgb(177,145,114); }

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