#BA9672

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

Shades of Fallow #BA9672

Tints of Fallow #BA9672

Color information

#BA9672 (or 0xBA9672) is unknown color: approx Fallow. HEX triplet: BA, 96 and 72. RGB value is (186,150,114). Sum of RGB (Red+Green+Blue) = 186+150+114=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9672 is #45698D. Grayscale: #9C9C9C. Windows color (decimal): -4549006 or 7509690. OLE color: 7509690.

HSL color Cylindrical-coordinate representation of color #BA9672: hue angle of 30º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9672 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186150114-
CMYK00.190.390.27
HSL30º34.29%58.82%-
HSV(B)30º38.71%72.94%-
XYZ34.1933.4720.58-
YUV156.66103.93148.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=41.33%
G=33.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615011400.190.390.273034.2958.82
HexBA9672013271B1e223b
Octal2722261620234733364273
Binary101110101001011011100100100111001111101111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9672; }

 p { color: rgb(186,150,114); }

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

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

 a { background-color: rgb(186,150,114); }

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

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

 span { border-color: rgb(186,150,114); }

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