Html Css Color HEX #BA7146 Bourbon

📋 copy color: '#BA7146'

red 186 ◦ green 113 ◦ blue 70

#BA7146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #BA7146

Tints of Bourbon #BA7146

RGB

 RED value IS 186 (73.05% from 255) = 50.41%

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 50.41%
G = 30.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7146 (or 0xBA7146) is known color: Bourbon. HEX triplet: BA, 71 and 46. RGB value is (186,113,70). Sum of RGB (Red+Green+Blue) = 186+113+70=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7146 is #458EB9. Grayscale: #828282. Windows color (decimal): -4558522 or 4616634. OLE color: 4616634.

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

Color convert

RGB 186 113 70 -
CMYK 0 0.39 0.62 0.27
HSL 22.24º 0.46% 0.5% -
HSV(B) 22.24º 0.62% 0.73% -
XYZ 27.26 22.69 8.74 -
YUV 129.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 186 113 70 0 0.39 0.62 0.27 22.24 0.46 0.5
Hex BA 71 46 0 27 3E 1B 16 2E 32
Octal 272 161 106 0 47 76 33 26 56 62
Binary 10111010 1110001 1000110 0 100111 111110 11011 10110 101110 110010

Color Harmonies of #BA7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7146

Black with #BA7146

Text Example


Text Example

White with #BA7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7146; }

 p { color: rgb(186,113,70); }

 H1.HeaderClassName
 {
   color: #BA7146;
 }
 .AnyTagClassName
 {
   color: #BA7146;
 }
</style>

background-color css

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

 a { background-color: rgb(186,113,70); }

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

border-color css

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

 span { border-color: rgb(186,113,70); }

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