#B18E73

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

Shades of Sandrift #B18E73

Tints of Sandrift #B18E73

Color information

#B18E73 (or 0xB18E73) is unknown color: approx Sandrift. HEX triplet: B1, 8E and 73. RGB value is (177,142,115). Sum of RGB (Red+Green+Blue) = 177+142+115=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E73 is #4E718C. Grayscale: #959595. Windows color (decimal): -5140877 or 7573169. OLE color: 7573169.

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

Color convert

RGB177142115-
CMYK00.200.350.31
HSL26.13º28.44%57.25%-
HSV(B)26.13º35.03%69.41%-
XYZ30.929.9320.37-
YUV149.39108.6147.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=40.78%
G=32.72%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714211500.200.350.3126.1328.4457.25
HexB18E73014231F1a1c39
Octal2612161630244337323471
Binary10110001100011101110011010100100011111111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E73; }

 p { color: rgb(177,142,115); }

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

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

 a { background-color: rgb(177,142,115); }

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

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

 span { border-color: rgb(177,142,115); }

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