#B19880

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

Shades of Sandrift #B19880

Tints of Sandrift #B19880

Color information

#B19880 (or 0xB19880) is unknown color: approx Sandrift. HEX triplet: B1, 98 and 80. RGB value is (177,152,128). Sum of RGB (Red+Green+Blue) = 177+152+128=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19880 is #4E677F. Grayscale: #9C9C9C. Windows color (decimal): -5138304 or 8427697. OLE color: 8427697.

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

Color convert

RGB177152128-
CMYK00.140.280.31
HSL29.39º23.9%59.8%-
HSV(B)29.39º27.68%69.41%-
XYZ33.2633.3625.11-
YUV156.74111.78142.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=38.73%
G=33.26%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715212800.140.280.3129.3923.959.8
HexB198800E1C1F1d183c
Octal2612302000163437353074
Binary1011000110011000100000000111011100111111110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19880; }

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

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

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

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

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

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

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

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