#B18D76

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

Shades of Sandrift #B18D76

Tints of Sandrift #B18D76

Color information

#B18D76 (or 0xB18D76) is unknown color: approx Sandrift. HEX triplet: B1, 8D and 76. RGB value is (177,141,118). Sum of RGB (Red+Green+Blue) = 177+141+118=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D76 is #4E7289. Grayscale: #959595. Windows color (decimal): -5141130 or 7769521. OLE color: 7769521.

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

Color convert

RGB177141118-
CMYK00.200.330.31
HSL23.39º27.44%57.84%-
HSV(B)23.39º33.33%69.41%-
XYZ30.9329.721.24-
YUV149.14110.43147.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=40.60%
G=32.34%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714111800.200.330.3123.3927.4457.84
HexB18D76014211F171b3a
Octal2612151660244137273372
Binary10110001100011011110110010100100001111111011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D76; }

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

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

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

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

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

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

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

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