Html Css Color HEX #BA6F43 Bourbon

📋 copy color: '#BA6F43'

red 186 ◦ green 111 ◦ blue 67

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

Shades of Bourbon #BA6F43

Tints of Bourbon #BA6F43

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 51.1%
G = 30.49%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA6F43 (or 0xBA6F43) is known color: Bourbon. HEX triplet: BA, 6F and 43. RGB value is (186,111,67). Sum of RGB (Red+Green+Blue) = 186+111+67=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F43 is #4590BC. Grayscale: #808080. Windows color (decimal): -4559037 or 4419514. OLE color: 4419514.

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

Color convert

RGB 186 111 67 -
CMYK 0 0.40 0.64 0.27
HSL 22.18º 0.47% 0.5% -
HSV(B) 22.18º 0.64% 0.73% -
XYZ 26.95 22.21 8.18 -
YUV 128.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 186 111 67 0 0.40 0.64 0.27 22.18 0.47 0.5
Hex BA 6F 43 0 28 40 1B 16 2F 32
Octal 272 157 103 0 50 100 33 26 57 62
Binary 10111010 1101111 1000011 0 101000 1000000 11011 10110 101111 110010

Color Harmonies of #BA6F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F43

Black with #BA6F43

Text Example


Text Example

White with #BA6F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F43; }

 p { color: rgb(186,111,67); }

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

background-color css

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

 a { background-color: rgb(186,111,67); }

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

border-color css

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

 span { border-color: rgb(186,111,67); }

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