#B49074

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

Shades of Sandrift #B49074

Tints of Sandrift #B49074

Color information

#B49074 (or 0xB49074) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 74. RGB value is (180,144,116). Sum of RGB (Red+Green+Blue) = 180+144+116=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49074 is #4B6F8B. Grayscale: #979797. Windows color (decimal): -4943756 or 7639220. OLE color: 7639220.

HSL color Cylindrical-coordinate representation of color #B49074: hue angle of 26.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49074 is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180144116-
CMYK00.20.360.29
HSL26.25º29.91%58.04%-
HSV(B)26.25º35.56%70.59%-
XYZ31.9530.9120.81-
YUV151.57107.93148.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=40.91%
G=32.73%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411600.20.360.2926.2529.9158.04
HexB49074014241D1a1e3a
Octal2642201640244435323672
Binary10110100100100001110100010100100100111011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49074; }

 p { color: rgb(180,144,116); }

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

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

 a { background-color: rgb(180,144,116); }

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

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

 span { border-color: rgb(180,144,116); }

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