#BA7248

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

Shades of Bourbon #BA7248

Tints of Bourbon #BA7248

Color information

#BA7248 (or 0xBA7248) is unknown color: approx Bourbon. HEX triplet: BA, 72 and 48. RGB value is (186,114,72). Sum of RGB (Red+Green+Blue) = 186+114+72=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7248 is #458DB7. Grayscale: #828282. Windows color (decimal): -4558264 or 4747962. OLE color: 4747962.

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

Color convert

RGB18611472-
CMYK00.390.610.27
HSL22.11º45.24%50.59%-
HSV(B)22.11º61.29%72.94%-
XYZ27.4422.949.11-
YUV130.7494.85167.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=50%
G=30.65%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861147200.390.610.2722.1145.2450.59
HexBA72480273D1B162d33
Octal2721621100477533265563
Binary101110101110010100100001001111111011101110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7248; }

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

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

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

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

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

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

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

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