#B48A71

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

Shades of Sandrift #B48A71

Tints of Sandrift #B48A71

Color information

#B48A71 (or 0xB48A71) is unknown color: approx Sandrift. HEX triplet: B4, 8A and 71. RGB value is (180,138,113). Sum of RGB (Red+Green+Blue) = 180+138+113=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A71 is #4B758E. Grayscale: #939393. Windows color (decimal): -4945295 or 7441076. OLE color: 7441076.

HSL color Cylindrical-coordinate representation of color #B48A71: hue angle of 22.39º 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 #B48A71 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180138113-
CMYK00.230.370.29
HSL22.39º30.88%57.45%-
HSV(B)22.39º37.22%70.59%-
XYZ30.8929.0719.61-
YUV147.71108.41151.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=41.76%
G=32.02%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013811300.230.370.2922.3930.8857.45
HexB48A71017251D161f39
Octal2642121610274535263771
Binary10110100100010101110001010111100101111011011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A71; }

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

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

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

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

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

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

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

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