#B48F76

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

Shades of Sandrift #B48F76

Tints of Sandrift #B48F76

Color information

#B48F76 (or 0xB48F76) is unknown color: approx Sandrift. HEX triplet: B4, 8F and 76. RGB value is (180,143,118). Sum of RGB (Red+Green+Blue) = 180+143+118=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F76 is #4B7089. Grayscale: #979797. Windows color (decimal): -4944010 or 7770036. OLE color: 7770036.

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

Color convert

RGB180143118-
CMYK00.210.340.29
HSL24.19º29.25%58.43%-
HSV(B)24.19º34.44%70.59%-
XYZ31.9130.6621.37-
YUV151.21109.26148.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=40.82%
G=32.43%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014311800.210.340.2924.1929.2558.43
HexB48F76015221D181d3a
Octal2642171660254235303572
Binary10110100100011111110110010101100010111011100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F76; }

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

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

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

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

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

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

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

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