#B49A7A

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

Shades of Sandrift #B49A7A

Tints of Sandrift #B49A7A

Color information

#B49A7A (or 0xB49A7A) is unknown color: approx Sandrift. HEX triplet: B4, 9A and 7A. RGB value is (180,154,122). Sum of RGB (Red+Green+Blue) = 180+154+122=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A7A is #4B6585. Grayscale: #9E9E9E. Windows color (decimal): -4941190 or 8034996. OLE color: 8034996.

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

Color convert

RGB180154122-
CMYK00.140.320.29
HSL33.1º27.88%59.22%-
HSV(B)33.1º32.22%70.59%-
XYZ33.8934.2223.23-
YUV158.13107.61143.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=39.47%
G=33.77%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015412200.140.320.2933.127.8859.22
HexB49A7A0E201D211c3b
Octal2642321720164035413473
Binary10110100100110101111010011101000001110110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A7A; }

 p { color: rgb(180,154,122); }

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

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

 a { background-color: rgb(180,154,122); }

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

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

 span { border-color: rgb(180,154,122); }

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