#B48D78

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

Shades of Sandrift #B48D78

Tints of Sandrift #B48D78

Color information

#B48D78 (or 0xB48D78) is unknown color: approx Sandrift. HEX triplet: B4, 8D and 78. RGB value is (180,141,120). Sum of RGB (Red+Green+Blue) = 180+141+120=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D78 is #4B7287. Grayscale: #969696. Windows color (decimal): -4944520 or 7900596. OLE color: 7900596.

HSL color Cylindrical-coordinate representation of color #B48D78: hue angle of 21º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48D78 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180141120-
CMYK00.220.330.29
HSL21º28.57%58.82%-
HSV(B)21º33.33%70.59%-
XYZ31.7430.1121.91-
YUV150.27110.92149.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=40.82%
G=31.97%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014112000.220.330.292128.5758.82
HexB48D78016211D151d3b
Octal2642151700264135253573
Binary10110100100011011111000010110100001111011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D78; }

 p { color: rgb(180,141,120); }

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

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

 a { background-color: rgb(180,141,120); }

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

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

 span { border-color: rgb(180,141,120); }

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