#B19775

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

Shades of Sandrift #B19775

Tints of Sandrift #B19775

Color information

#B19775 (or 0xB19775) is unknown color: approx Sandrift. HEX triplet: B1, 97 and 75. RGB value is (177,151,117). Sum of RGB (Red+Green+Blue) = 177+151+117=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B19775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19775 is #4E688A. Grayscale: #9B9B9B. Windows color (decimal): -5138571 or 7706545. OLE color: 7706545.

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

Color convert

RGB177151117-
CMYK00.150.340.31
HSL34º27.78%57.65%-
HSV(B)34º33.9%69.41%-
XYZ32.4132.7621.45-
YUV154.9106.61143.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=39.78%
G=33.93%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715111700.150.340.313427.7857.65
HexB197750F221F221c3a
Octal2612271650174237423472
Binary10110001100101111110101011111000101111110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19775; }

 p { color: rgb(177,151,117); }

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

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

 a { background-color: rgb(177,151,117); }

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

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

 span { border-color: rgb(177,151,117); }

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