#B49378

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

Shades of Sandrift #B49378

Tints of Sandrift #B49378

Color information

#B49378 (or 0xB49378) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 78. RGB value is (180,147,120). Sum of RGB (Red+Green+Blue) = 180+147+120=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49378 is #4B6C87. Grayscale: #999999. Windows color (decimal): -4942984 or 7902132. OLE color: 7902132.

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

Color convert

RGB180147120-
CMYK00.180.330.29
HSL27º28.57%58.82%-
HSV(B)27º33.33%70.59%-
XYZ32.6531.9322.21-
YUV153.79108.93146.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=40.27%
G=32.89%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014712000.180.330.292728.5758.82
HexB49378012211D1b1d3b
Octal2642231700224135333573
Binary10110100100100111111000010010100001111011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49378; }

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

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

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

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

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

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

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

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