#B49079

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

Shades of Sandrift #B49079

Tints of Sandrift #B49079

Color information

#B49079 (or 0xB49079) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 79. RGB value is (180,144,121). Sum of RGB (Red+Green+Blue) = 180+144+121=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49079 is #4B6F86. Grayscale: #989898. Windows color (decimal): -4943751 or 7966900. OLE color: 7966900.

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

Color convert

RGB180144121-
CMYK00.20.330.29
HSL23.39º28.23%59.02%-
HSV(B)23.39º32.78%70.59%-
XYZ32.2531.0322.38-
YUV152.14110.43147.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=40.45%
G=32.36%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014412100.20.330.2923.3928.2359.02
HexB49079014211D171c3b
Octal2642201710244135273473
Binary10110100100100001111001010100100001111011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49079; }

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

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

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

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

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

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

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

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