#B48D70

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

Shades of Sandrift #B48D70

Tints of Sandrift #B48D70

Color information

#B48D70 (or 0xB48D70) is unknown color: approx Sandrift. HEX triplet: B4, 8D and 70. RGB value is (180,141,112). Sum of RGB (Red+Green+Blue) = 180+141+112=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D70 is #4B728F. Grayscale: #959595. Windows color (decimal): -4944528 or 7376308. OLE color: 7376308.

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

Color convert

RGB180141112-
CMYK00.220.380.29
HSL25.59º31.19%57.25%-
HSV(B)25.59º37.78%70.59%-
XYZ31.2729.9219.46-
YUV149.35106.92149.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=41.57%
G=32.56%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014111200.220.380.2925.5931.1957.25
HexB48D70016261D1a1f39
Octal2642151600264635323771
Binary10110100100011011110000010110100110111011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D70; }

 p { color: rgb(180,141,112); }

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

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

 a { background-color: rgb(180,141,112); }

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

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

 span { border-color: rgb(180,141,112); }

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