#B49370

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

Shades of Sandrift #B49370

Tints of Sandrift #B49370

Color information

#B49370 (or 0xB49370) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 70. RGB value is (180,147,112). Sum of RGB (Red+Green+Blue) = 180+147+112=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49370 is #4B6C8F. Grayscale: #999999. Windows color (decimal): -4942992 or 7377844. OLE color: 7377844.

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

Color convert

RGB180147112-
CMYK00.180.380.29
HSL30.88º31.19%57.25%-
HSV(B)30.88º37.78%70.59%-
XYZ32.1831.7419.76-
YUV152.88104.93147.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=41.00%
G=33.49%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014711200.180.380.2930.8831.1957.25
HexB49370012261D1f1f39
Octal2642231600224635373771
Binary10110100100100111110000010010100110111011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49370; }

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

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

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

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

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

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

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

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