#B48C77

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

Shades of Sandrift #B48C77

Tints of Sandrift #B48C77

Color information

#B48C77 (or 0xB48C77) is unknown color: approx Sandrift. HEX triplet: B4, 8C and 77. RGB value is (180,140,119). Sum of RGB (Red+Green+Blue) = 180+140+119=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C77 is #4B7388. Grayscale: #959595. Windows color (decimal): -4944777 or 7834804. OLE color: 7834804.

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

Color convert

RGB180140119-
CMYK00.220.340.29
HSL20.66º28.91%58.63%-
HSV(B)20.66º33.89%70.59%-
XYZ31.5329.7921.54-
YUV149.57110.75149.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=41.00%
G=31.89%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014011900.220.340.2920.6628.9158.63
HexB48C77016221D151d3b
Octal2642141670264235253573
Binary10110100100011001110111010110100010111011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C77; }

 p { color: rgb(180,140,119); }

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

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

 a { background-color: rgb(180,140,119); }

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

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

 span { border-color: rgb(180,140,119); }

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