#B18C78

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

Shades of Sandrift #B18C78

Tints of Sandrift #B18C78

Color information

#B18C78 (or 0xB18C78) is unknown color: approx Sandrift. HEX triplet: B1, 8C and 78. RGB value is (177,140,120). Sum of RGB (Red+Green+Blue) = 177+140+120=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C78 is #4E7387. Grayscale: #949494. Windows color (decimal): -5141384 or 7900337. OLE color: 7900337.

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

Color convert

RGB177140120-
CMYK00.210.320.31
HSL21.05º26.76%58.24%-
HSV(B)21.05º32.2%69.41%-
XYZ30.929.4621.83-
YUV148.78111.76148.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=40.50%
G=32.04%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714012000.210.320.3121.0526.7658.24
HexB18C78015201F151b3a
Octal2612141700254037253372
Binary10110001100011001111000010101100000111111010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C78; }

 p { color: rgb(177,140,120); }

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

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

 a { background-color: rgb(177,140,120); }

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

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

 span { border-color: rgb(177,140,120); }

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