#B48D71

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

Shades of Sandrift #B48D71

Tints of Sandrift #B48D71

Color information

#B48D71 (or 0xB48D71) is unknown color: approx Sandrift. HEX triplet: B4, 8D and 71. RGB value is (180,141,113). Sum of RGB (Red+Green+Blue) = 180+141+113=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D71 is #4B728E. Grayscale: #959595. Windows color (decimal): -4944527 or 7441844. OLE color: 7441844.

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

Color convert

RGB180141113-
CMYK00.220.370.29
HSL25.07º30.88%57.45%-
HSV(B)25.07º37.22%70.59%-
XYZ31.3329.9519.75-
YUV149.47107.42149.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=41.47%
G=32.49%
B=26.04%

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
Decimal18014111300.220.370.2925.0730.8857.45
HexB48D71016251D191f39
Octal2642151610264535313771
Binary10110100100011011110001010110100101111011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D71; }

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

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

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

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

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

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

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

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