#B48F80

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

Shades of Sandrift #B48F80

Tints of Sandrift #B48F80

Color information

#B48F80 (or 0xB48F80) is unknown color: approx Sandrift. HEX triplet: B4, 8F and 80. RGB value is (180,143,128). Sum of RGB (Red+Green+Blue) = 180+143+128=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F80 is #4B707F. Grayscale: #989898. Windows color (decimal): -4944000 or 8425396. OLE color: 8425396.

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

Color convert

RGB180143128-
CMYK00.210.290.29
HSL17.31º25.74%60.39%-
HSV(B)17.31º28.89%70.59%-
XYZ32.5430.9124.67-
YUV152.35114.26147.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=39.91%
G=31.71%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014312800.210.290.2917.3125.7460.39
HexB48F800151D1D111a3c
Octal2642172000253535213274
Binary10110100100011111000000001010111101111011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F80; }

 p { color: rgb(180,143,128); }

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

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

 a { background-color: rgb(180,143,128); }

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

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

 span { border-color: rgb(180,143,128); }

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