Html Css Color HEX #BA7242 Bourbon

📋 copy color: '#BA7242'

red 186 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #BA7242

Tints of Bourbon #BA7242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 50.82%
G = 31.15%
B = 18.03%

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

#BA7242 (or 0xBA7242) is known color: Bourbon. HEX triplet: BA, 72 and 42. RGB value is (186,114,66). Sum of RGB (Red+Green+Blue) = 186+114+66=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7242 is #458DBD. Grayscale: #828282. Windows color (decimal): -4558270 or 4354746. OLE color: 4354746.

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

Color convert

RGB 186 114 66 -
CMYK 0 0.39 0.65 0.27
HSL 24º 0.48% 0.49% -
HSV(B) 24º 0.65% 0.73% -
XYZ 27.25 22.87 8.13 -
YUV 130.06 91.85 167.9 -
System Red Green Blue C M Y K H S L
Decimal 186 114 66 0 0.39 0.65 0.27 24 0.48 0.49
Hex BA 72 42 0 27 41 1B 18 30 31
Octal 272 162 102 0 47 101 33 30 60 61
Binary 10111010 1110010 1000010 0 100111 1000001 11011 11000 110000 110001

Color Harmonies of #BA7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7242

Black with #BA7242

Text Example


Text Example

White with #BA7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7242; }

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

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

background-color css

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

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

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

border-color css

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

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

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