#B19174

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

Shades of Sandrift #B19174

Tints of Sandrift #B19174

Color information

#B19174 (or 0xB19174) is unknown color: approx Sandrift. HEX triplet: B1, 91 and 74. RGB value is (177,145,116). Sum of RGB (Red+Green+Blue) = 177+145+116=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B19174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19174 is #4E6E8B. Grayscale: #979797. Windows color (decimal): -5140108 or 7639473. OLE color: 7639473.

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

Color convert

RGB177145116-
CMYK00.180.340.31
HSL28.52º28.11%57.45%-
HSV(B)28.52º34.46%69.41%-
XYZ31.4130.8620.82-
YUV151.26108.1146.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=40.41%
G=33.11%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714511600.180.340.3128.5228.1157.45
HexB19174012221F1d1c39
Octal2612211640224237353471
Binary10110001100100011110100010010100010111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19174; }

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

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

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

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

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

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

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

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