#B18C76

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

Shades of Sandrift #B18C76

Tints of Sandrift #B18C76

Color information

#B18C76 (or 0xB18C76) is unknown color: approx Sandrift. HEX triplet: B1, 8C and 76. RGB value is (177,140,118). Sum of RGB (Red+Green+Blue) = 177+140+118=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C76 is #4E7389. Grayscale: #949494. Windows color (decimal): -5141386 or 7769265. OLE color: 7769265.

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

Color convert

RGB177140118-
CMYK00.210.330.31
HSL22.37º27.44%57.84%-
HSV(B)22.37º33.33%69.41%-
XYZ30.7829.4121.19-
YUV148.55110.76148.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=40.69%
G=32.18%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714011800.210.330.3122.3727.4457.84
HexB18C76015211F161b3a
Octal2612141660254137263372
Binary10110001100011001110110010101100001111111011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C76; }

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

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

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

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

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

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

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

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