#B19882

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

Shades of Sandrift #B19882

Tints of Sandrift #B19882

Color information

#B19882 (or 0xB19882) is unknown color: approx Sandrift. HEX triplet: B1, 98 and 82. RGB value is (177,152,130). Sum of RGB (Red+Green+Blue) = 177+152+130=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19882 is #4E677D. Grayscale: #9D9D9D. Windows color (decimal): -5138302 or 8558769. OLE color: 8558769.

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

Color convert

RGB177152130-
CMYK00.140.270.31
HSL28.09º23.15%60.2%-
HSV(B)28.09º26.55%69.41%-
XYZ33.3933.4225.81-
YUV156.97112.78142.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=38.56%
G=33.12%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715213000.140.270.3128.0923.1560.2
HexB198820E1B1F1c173c
Octal2612302020163337342774
Binary1011000110011000100000100111011011111111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19882; }

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

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

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

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

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

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

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

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