#B48E73

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

Shades of Sandrift #B48E73

Tints of Sandrift #B48E73

Color information

#B48E73 (or 0xB48E73) is unknown color: approx Sandrift. HEX triplet: B4, 8E and 73. RGB value is (180,142,115). Sum of RGB (Red+Green+Blue) = 180+142+115=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E73 is #4B718C. Grayscale: #969696. Windows color (decimal): -4944269 or 7573172. OLE color: 7573172.

HSL color Cylindrical-coordinate representation of color #B48E73: hue angle of 24.92º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48E73 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180142115-
CMYK00.210.360.29
HSL24.92º30.23%57.84%-
HSV(B)24.92º36.11%70.59%-
XYZ31.5930.2920.4-
YUV150.28108.09149.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=41.19%
G=32.49%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014211500.210.360.2924.9230.2357.84
HexB48E73015241D191e3a
Octal2642161630254435313672
Binary10110100100011101110011010101100100111011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E73; }

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

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

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

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

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

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

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

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