Html Css Color HEX #BA7148 Bourbon

📋 copy color: '#BA7148'

red 186 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #BA7148

Tints of Bourbon #BA7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 50.13%
G = 30.46%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7148 (or 0xBA7148) is known color: Bourbon. HEX triplet: BA, 71 and 48. RGB value is (186,113,72). Sum of RGB (Red+Green+Blue) = 186+113+72=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7148 is #458EB7. Grayscale: #828282. Windows color (decimal): -4558520 or 4747706. OLE color: 4747706.

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

Color convert

RGB 186 113 72 -
CMYK 0 0.39 0.61 0.27
HSL 21.58º 0.45% 0.51% -
HSV(B) 21.58º 0.61% 0.73% -
XYZ 27.32 22.72 9.08 -
YUV 130.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 186 113 72 0 0.39 0.61 0.27 21.58 0.45 0.51
Hex BA 71 48 0 27 3D 1B 16 2D 33
Octal 272 161 110 0 47 75 33 26 55 63
Binary 10111010 1110001 1001000 0 100111 111101 11011 10110 101101 110011

Color Harmonies of #BA7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7148

Black with #BA7148

Text Example


Text Example

White with #BA7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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