Html Css Color HEX #BA7247 Bourbon

📋 copy color: '#BA7247'

red 186 ◦ green 114 ◦ blue 71

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

Shades of Bourbon #BA7247

Tints of Bourbon #BA7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 50.13%
G = 30.73%
B = 19.14%

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

#BA7247 (or 0xBA7247) is known color: Bourbon. HEX triplet: BA, 72 and 47. RGB value is (186,114,71). Sum of RGB (Red+Green+Blue) = 186+114+71=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7247 is #458DB8. Grayscale: #828282. Windows color (decimal): -4558265 or 4682426. OLE color: 4682426.

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

Color convert

RGB 186 114 71 -
CMYK 0 0.39 0.62 0.27
HSL 22.43º 0.45% 0.5% -
HSV(B) 22.43º 0.62% 0.73% -
XYZ 27.4 22.93 8.94 -
YUV 130.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 186 114 71 0 0.39 0.62 0.27 22.43 0.45 0.5
Hex BA 72 47 0 27 3E 1B 16 2D 32
Octal 272 162 107 0 47 76 33 26 55 62
Binary 10111010 1110010 1000111 0 100111 111110 11011 10110 101101 110010

Color Harmonies of #BA7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7247

Black with #BA7247

Text Example


Text Example

White with #BA7247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7247; }

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

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

background-color css

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

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

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

border-color css

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

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

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