#B19372

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

Shades of Sandrift #B19372

Tints of Sandrift #B19372

Color information

#B19372 (or 0xB19372) is unknown color: approx Sandrift. HEX triplet: B1, 93 and 72. RGB value is (177,147,114). Sum of RGB (Red+Green+Blue) = 177+147+114=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19372 is #4E6C8D. Grayscale: #989898. Windows color (decimal): -5139598 or 7508913. OLE color: 7508913.

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

Color convert

RGB177147114-
CMYK00.170.360.31
HSL31.43º28.77%57.06%-
HSV(B)31.43º35.59%69.41%-
XYZ31.631.4320.32-
YUV152.21106.44145.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=40.41%
G=33.56%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714711400.170.360.3131.4328.7757.06
HexB19372011241F1f1d39
Octal2612231620214437373571
Binary10110001100100111110010010001100100111111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19372; }

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

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

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

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

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

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

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

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