#B18B71

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

Shades of Sandrift #B18B71

Tints of Sandrift #B18B71

Color information

#B18B71 (or 0xB18B71) is unknown color: approx Sandrift. HEX triplet: B1, 8B and 71. RGB value is (177,139,113). Sum of RGB (Red+Green+Blue) = 177+139+113=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B71 is #4E748E. Grayscale: #939393. Windows color (decimal): -5141647 or 7441329. OLE color: 7441329.

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

Color convert

RGB177139113-
CMYK00.210.360.31
HSL24.38º29.09%56.86%-
HSV(B)24.38º36.16%69.41%-
XYZ30.342919.62-
YUV147.4108.59149.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=41.26%
G=32.40%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713911300.210.360.3124.3829.0956.86
HexB18B71015241F181d39
Octal2612131610254437303571
Binary10110001100010111110001010101100100111111100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B71; }

 p { color: rgb(177,139,113); }

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

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

 a { background-color: rgb(177,139,113); }

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

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

 span { border-color: rgb(177,139,113); }

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