#B48D72

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

Shades of Sandrift #B48D72

Tints of Sandrift #B48D72

Color information

#B48D72 (or 0xB48D72) is unknown color: approx Sandrift. HEX triplet: B4, 8D and 72. RGB value is (180,141,114). Sum of RGB (Red+Green+Blue) = 180+141+114=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D72 is #4B728D. Grayscale: #959595. Windows color (decimal): -4944526 or 7507380. OLE color: 7507380.

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

Color convert

RGB180141114-
CMYK00.220.370.29
HSL24.55º30.56%57.65%-
HSV(B)24.55º36.67%70.59%-
XYZ31.3829.9720.05-
YUV149.58107.92149.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=41.38%
G=32.41%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014111400.220.370.2924.5530.5657.65
HexB48D72016251D191f3a
Octal2642151620264535313772
Binary10110100100011011110010010110100101111011100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D72; }

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

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

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

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

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

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

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

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