#BA703D

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

Shades of Bourbon #BA703D

Tints of Bourbon #BA703D

Color information

#BA703D (or 0xBA703D) is unknown color: approx Bourbon. HEX triplet: BA, 70 and 3D. RGB value is (186,112,61). Sum of RGB (Red+Green+Blue) = 186+112+61=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA703D is #458FC2. Grayscale: #808080. Windows color (decimal): -4558787 or 4026554. OLE color: 4026554.

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

Color convert

RGB18611261-
CMYK00.400.670.27
HSL24.48º50.61%48.43%-
HSV(B)24.48º67.2%72.94%-
XYZ26.8922.367.31-
YUV128.3190.02169.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=51.81%
G=31.20%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861126100.400.670.2724.4850.6148.43
HexBA703D028431B183330
Octal2721607505010333306360
Binary101110101110000111101010100010000111101111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA703D; }

 p { color: rgb(186,112,61); }

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

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

 a { background-color: rgb(186,112,61); }

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

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

 span { border-color: rgb(186,112,61); }

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