Html Css Color HEX #BA6E3E Bourbon

📋 copy color: '#BA6E3E'

red 186 ◦ green 110 ◦ blue 62

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

Shades of Bourbon #BA6E3E

Tints of Bourbon #BA6E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 51.96%
G = 30.73%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA6E3E (or 0xBA6E3E) is known color: Bourbon. HEX triplet: BA, 6E and 3E. RGB value is (186,110,62). Sum of RGB (Red+Green+Blue) = 186+110+62=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E3E is #4591C1. Grayscale: #7F7F7F. Windows color (decimal): -4559298 or 4091578. OLE color: 4091578.

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

Color convert

RGB 186 110 62 -
CMYK 0 0.41 0.67 0.27
HSL 23.23º 0.5% 0.49% -
HSV(B) 23.23º 0.67% 0.73% -
XYZ 26.7 21.94 7.39 -
YUV 127.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 186 110 62 0 0.41 0.67 0.27 23.23 0.5 0.49
Hex BA 6E 3E 0 29 43 1B 17 32 31
Octal 272 156 76 0 51 103 33 27 62 61
Binary 10111010 1101110 111110 0 101001 1000011 11011 10111 110010 110001

Color Harmonies of #BA6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E3E

Black with #BA6E3E

Text Example


Text Example

White with #BA6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E3E; }

 p { color: rgb(186,110,62); }

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

background-color css

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

 a { background-color: rgb(186,110,62); }

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

border-color css

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

 span { border-color: rgb(186,110,62); }

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