#B19376

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

Shades of Sandrift #B19376

Tints of Sandrift #B19376

Color information

#B19376 (or 0xB19376) is unknown color: approx Sandrift. HEX triplet: B1, 93 and 76. RGB value is (177,147,118). Sum of RGB (Red+Green+Blue) = 177+147+118=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B19376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19376 is #4E6C89. Grayscale: #989898. Windows color (decimal): -5139594 or 7771057. OLE color: 7771057.

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

Color convert

RGB177147118-
CMYK00.170.330.31
HSL29.49º27.44%57.84%-
HSV(B)29.49º33.33%69.41%-
XYZ31.8431.5221.55-
YUV152.66108.44145.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=40.05%
G=33.26%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714711800.170.330.3129.4927.4457.84
HexB19376011211F1d1b3a
Octal2612231660214137353372
Binary10110001100100111110110010001100001111111110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19376; }

 p { color: rgb(177,147,118); }

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

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

 a { background-color: rgb(177,147,118); }

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

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

 span { border-color: rgb(177,147,118); }

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