Html Css Color HEX #BA6F48 Bourbon

📋 copy color: '#BA6F48'

red 186 ◦ green 111 ◦ blue 72

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

Shades of Bourbon #BA6F48

Tints of Bourbon #BA6F48

RGB

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

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

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

R = 50.41%
G = 30.08%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA6F48 (or 0xBA6F48) is known color: Bourbon. HEX triplet: BA, 6F and 48. RGB value is (186,111,72). Sum of RGB (Red+Green+Blue) = 186+111+72=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F48 is #4590B7. Grayscale: #818181. Windows color (decimal): -4559032 or 4747194. OLE color: 4747194.

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

Color convert

RGB 186 111 72 -
CMYK 0 0.40 0.61 0.27
HSL 20.53º 0.45% 0.51% -
HSV(B) 20.53º 0.61% 0.73% -
XYZ 27.1 22.28 9 -
YUV 128.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 186 111 72 0 0.40 0.61 0.27 20.53 0.45 0.51
Hex BA 6F 48 0 28 3D 1B 15 2D 33
Octal 272 157 110 0 50 75 33 25 55 63
Binary 10111010 1101111 1001000 0 101000 111101 11011 10101 101101 110011

Color Harmonies of #BA6F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F48

Black with #BA6F48

Text Example


Text Example

White with #BA6F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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