#BA7243

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

Shades of Bourbon #BA7243

Tints of Bourbon #BA7243

Color information

#BA7243 (or 0xBA7243) is unknown color: approx Bourbon. HEX triplet: BA, 72 and 43. RGB value is (186,114,67). Sum of RGB (Red+Green+Blue) = 186+114+67=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7243 is #458DBC. Grayscale: #828282. Windows color (decimal): -4558269 or 4420282. OLE color: 4420282.

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

Color convert

RGB18611467-
CMYK00.390.640.27
HSL23.7º47.04%49.61%-
HSV(B)23.7º63.98%72.94%-
XYZ27.2822.888.29-
YUV130.1792.35167.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=50.68%
G=31.06%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861146700.390.640.2723.747.0449.61
HexBA7243027401B182f32
Octal27216210304710033305762
Binary1011101011100101000011010011110000001101111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7243; }

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

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

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

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

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

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

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

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