#B19182

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

Shades of Sandrift #B19182

Tints of Sandrift #B19182

Color information

#B19182 (or 0xB19182) is unknown color: approx Sandrift. HEX triplet: B1, 91 and 82. RGB value is (177,145,130). Sum of RGB (Red+Green+Blue) = 177+145+130=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B19182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19182 is #4E6E7D. Grayscale: #989898. Windows color (decimal): -5140094 or 8556977. OLE color: 8556977.

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

Color convert

RGB177145130-
CMYK00.180.270.31
HSL19.15º23.15%60.2%-
HSV(B)19.15º26.55%69.41%-
XYZ32.2931.2125.44-
YUV152.86115.1145.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=39.16%
G=32.08%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714513000.180.270.3119.1523.1560.2
HexB191820121B1F13173c
Octal2612212020223337232774
Binary10110001100100011000001001001011011111111001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19182; }

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

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

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

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

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

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

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

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