#B19672

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

Shades of Sandrift #B19672

Tints of Sandrift #B19672

Color information

#B19672 (or 0xB19672) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 72. RGB value is (177,150,114). Sum of RGB (Red+Green+Blue) = 177+150+114=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19672 is #4E698D. Grayscale: #9A9A9A. Windows color (decimal): -5138830 or 7509681. OLE color: 7509681.

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

Color convert

RGB177150114-
CMYK00.150.360.31
HSL34.29º28.77%57.06%-
HSV(B)34.29º35.59%69.41%-
XYZ32.0832.3720.48-
YUV153.97105.45144.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=40.14%
G=34.01%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715011400.150.360.3134.2928.7757.06
HexB196720F241F221d39
Octal2612261620174437423571
Binary10110001100101101110010011111001001111110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19672; }

 p { color: rgb(177,150,114); }

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

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

 a { background-color: rgb(177,150,114); }

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

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

 span { border-color: rgb(177,150,114); }

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