#B49680

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

Shades of Sandrift #B49680

Tints of Sandrift #B49680

Color information

#B49680 (or 0xB49680) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 80. RGB value is (180,150,128). Sum of RGB (Red+Green+Blue) = 180+150+128=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49680 is #4B697F. Grayscale: #9C9C9C. Windows color (decimal): -4942208 or 8427188. OLE color: 8427188.

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

Color convert

RGB180150128-
CMYK00.170.290.29
HSL25.38º25.74%60.39%-
HSV(B)25.38º28.89%70.59%-
XYZ33.6333.0725.03-
YUV156.46111.94144.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=39.30%
G=32.75%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015012800.170.290.2925.3825.7460.39
HexB496800111D1D191a3c
Octal2642262000213535313274
Binary10110100100101101000000001000111101111011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49680; }

 p { color: rgb(180,150,128); }

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

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

 a { background-color: rgb(180,150,128); }

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

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

 span { border-color: rgb(180,150,128); }

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