Html Css Color HEX #BA7143 Bourbon

📋 copy color: '#BA7143'

red 186 ◦ green 113 ◦ blue 67

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

Shades of Bourbon #BA7143

Tints of Bourbon #BA7143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 50.82%
G = 30.87%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA7143 (or 0xBA7143) is known color: Bourbon. HEX triplet: BA, 71 and 43. RGB value is (186,113,67). Sum of RGB (Red+Green+Blue) = 186+113+67=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7143 is #458EBC. Grayscale: #818181. Windows color (decimal): -4558525 or 4420026. OLE color: 4420026.

HSL color Cylindrical-coordinate representation of color #BA7143: hue angle of 23.19º 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 #BA7143 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 113 67 -
CMYK 0 0.39 0.64 0.27
HSL 23.19º 0.47% 0.5% -
HSV(B) 23.19º 0.64% 0.73% -
XYZ 27.17 22.65 8.25 -
YUV 129.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 186 113 67 0 0.39 0.64 0.27 23.19 0.47 0.5
Hex BA 71 43 0 27 40 1B 17 2F 32
Octal 272 161 103 0 47 100 33 27 57 62
Binary 10111010 1110001 1000011 0 100111 1000000 11011 10111 101111 110010

Color Harmonies of #BA7143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7143

Black with #BA7143

Text Example


Text Example

White with #BA7143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7143; }

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

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

background-color css

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

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

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

border-color css

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

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

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