#BA724A

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

Shades of Bourbon #BA724A

Tints of Bourbon #BA724A

Color information

#BA724A (or 0xBA724A) is unknown color: approx Bourbon. HEX triplet: BA, 72 and 4A. RGB value is (186,114,74). Sum of RGB (Red+Green+Blue) = 186+114+74=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA724A is #458DB5. Grayscale: #838383. Windows color (decimal): -4558262 or 4879034. OLE color: 4879034.

HSL color Cylindrical-coordinate representation of color #BA724A: hue angle of 21.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA724A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18611474-
CMYK00.390.600.27
HSL21.43º44.8%50.98%-
HSV(B)21.43º60.22%72.94%-
XYZ27.522.979.46-
YUV130.9795.85167.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=49.73%
G=30.48%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861147400.390.600.2721.4344.850.98
HexBA724A0273C1B152d33
Octal2721621120477433255563
Binary101110101110010100101001001111111001101110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA724A; }

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

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

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

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

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

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

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

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