#B48C74

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

Shades of Sandrift #B48C74

Tints of Sandrift #B48C74

Color information

#B48C74 (or 0xB48C74) is unknown color: approx Sandrift. HEX triplet: B4, 8C and 74. RGB value is (180,140,116). Sum of RGB (Red+Green+Blue) = 180+140+116=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C74 is #4B738B. Grayscale: #959595. Windows color (decimal): -4944780 or 7638196. OLE color: 7638196.

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

Color convert

RGB180140116-
CMYK00.220.360.29
HSL22.5º29.91%58.04%-
HSV(B)22.5º35.56%70.59%-
XYZ31.3529.7220.61-
YUV149.22109.25149.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=41.28%
G=32.11%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014011600.220.360.2922.529.9158.04
HexB48C74016241D171e3a
Octal2642141640264435273672
Binary10110100100011001110100010110100100111011011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C74; }

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

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

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

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

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

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

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

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