Html Css Color HEX #BA7241 Bourbon

📋 copy color: '#BA7241'

red 186 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #BA7241

Tints of Bourbon #BA7241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 50.96%
G = 31.23%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7241 (or 0xBA7241) is known color: Bourbon. HEX triplet: BA, 72 and 41. RGB value is (186,114,65). Sum of RGB (Red+Green+Blue) = 186+114+65=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7241 is #458DBE. Grayscale: #828282. Windows color (decimal): -4558271 or 4289210. OLE color: 4289210.

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

Color convert

RGB 186 114 65 -
CMYK 0 0.39 0.65 0.27
HSL 24.3º 0.48% 0.49% -
HSV(B) 24.3º 0.65% 0.73% -
XYZ 27.22 22.86 7.98 -
YUV 129.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 186 114 65 0 0.39 0.65 0.27 24.3 0.48 0.49
Hex BA 72 41 0 27 41 1B 18 30 31
Octal 272 162 101 0 47 101 33 30 60 61
Binary 10111010 1110010 1000001 0 100111 1000001 11011 11000 110000 110001

Color Harmonies of #BA7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7241

Black with #BA7241

Text Example


Text Example

White with #BA7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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