#B49783

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

Shades of Sandrift #B49783

Tints of Sandrift #B49783

Color information

#B49783 (or 0xB49783) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 83. RGB value is (180,151,131). Sum of RGB (Red+Green+Blue) = 180+151+131=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49783 is #4B687C. Grayscale: #9D9D9D. Windows color (decimal): -4941949 or 8624052. OLE color: 8624052.

HSL color Cylindrical-coordinate representation of color #B49783: hue angle of 24.49º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49783 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180151131-
CMYK00.160.270.29
HSL24.49º24.62%60.98%-
HSV(B)24.49º27.22%70.59%-
XYZ33.9933.4826.14-
YUV157.39113.11144.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=38.96%
G=32.68%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015113100.160.270.2924.4924.6260.98
HexB497830101B1D18193d
Octal2642272030203335303175
Binary10110100100101111000001101000011011111011100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49783; }

 p { color: rgb(180,151,131); }

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

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

 a { background-color: rgb(180,151,131); }

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

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

 span { border-color: rgb(180,151,131); }

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