#B49077

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

Shades of Sandrift #B49077

Tints of Sandrift #B49077

Color information

#B49077 (or 0xB49077) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 77. RGB value is (180,144,119). Sum of RGB (Red+Green+Blue) = 180+144+119=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49077 is #4B6F88. Grayscale: #989898. Windows color (decimal): -4943753 or 7835828. OLE color: 7835828.

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

Color convert

RGB180144119-
CMYK00.20.340.29
HSL24.59º28.91%58.63%-
HSV(B)24.59º33.89%70.59%-
XYZ32.1330.9821.74-
YUV151.91109.43148.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=40.63%
G=32.51%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411900.20.340.2924.5928.9158.63
HexB49077014221D191d3b
Octal2642201670244235313573
Binary10110100100100001110111010100100010111011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49077; }

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

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

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

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

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

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

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

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