#B48C6F

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

Shades of Sandrift #B48C6F

Tints of Sandrift #B48C6F

Color information

#B48C6F (or 0xB48C6F) is unknown color: approx Sandrift. HEX triplet: B4, 8C and 6F. RGB value is (180,140,111). Sum of RGB (Red+Green+Blue) = 180+140+111=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C6F is #4B7390. Grayscale: #949494. Windows color (decimal): -4944785 or 7310516. OLE color: 7310516.

HSL color Cylindrical-coordinate representation of color #B48C6F: hue angle of 25.22º degrees, saturation: 0.32, 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 #B48C6F is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180140111-
CMYK00.220.380.29
HSL25.22º31.51%57.06%-
HSV(B)25.22º38.33%70.59%-
XYZ31.0729.6119.12-
YUV148.65106.75150.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 111 (43.75% from 255) = 25.75%
R=41.76%
G=32.48%
B=25.75%

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
Decimal18014011100.220.380.2925.2231.5157.06
HexB48C6F016261D192039
Octal2642141570264635314071
Binary101101001000110011011110101101001101110111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C6F; }

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

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

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

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

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

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

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

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