#BA9078

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

Shades of Pale Taupe #BA9078

Tints of Pale Taupe #BA9078

Color information

#BA9078 (or 0xBA9078) is unknown color: approx Pale Taupe. HEX triplet: BA, 90 and 78. RGB value is (186,144,120). Sum of RGB (Red+Green+Blue) = 186+144+120=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9078 is #456F87. Grayscale: #999999. Windows color (decimal): -4550536 or 7901370. OLE color: 7901370.

HSL color Cylindrical-coordinate representation of color #BA9078: hue angle of 21.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9078 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186144120-
CMYK00.230.350.27
HSL21.82º32.35%60%-
HSV(B)21.82º35.48%72.94%-
XYZ33.6131.7422.12-
YUV153.82108.91150.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=41.33%
G=32%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614412000.230.350.2721.8232.3560
HexBA9078017231B16203c
Octal2722201700274333264074
Binary101110101001000011110000101111000111101110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9078; }

 p { color: rgb(186,144,120); }

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

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

 a { background-color: rgb(186,144,120); }

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

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

 span { border-color: rgb(186,144,120); }

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