Html Css Color HEX #BA6C3F Bourbon

📋 copy color: '#BA6C3F'

red 186 ◦ green 108 ◦ blue 63

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

Shades of Bourbon #BA6C3F

Tints of Bourbon #BA6C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 52.1%
G = 30.25%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA6C3F (or 0xBA6C3F) is known color: Bourbon. HEX triplet: BA, 6C and 3F. RGB value is (186,108,63). Sum of RGB (Red+Green+Blue) = 186+108+63=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C3F is #4593C0. Grayscale: #7E7E7E. Windows color (decimal): -4559809 or 4156602. OLE color: 4156602.

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

Color convert

RGB 186 108 63 -
CMYK 0 0.42 0.66 0.27
HSL 21.95º 0.49% 0.49% -
HSV(B) 21.95º 0.66% 0.73% -
XYZ 26.51 21.52 7.46 -
YUV 126.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 186 108 63 0 0.42 0.66 0.27 21.95 0.49 0.49
Hex BA 6C 3F 0 2A 42 1B 16 31 31
Octal 272 154 77 0 52 102 33 26 61 61
Binary 10111010 1101100 111111 0 101010 1000010 11011 10110 110001 110001

Color Harmonies of #BA6C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C3F

Black with #BA6C3F

Text Example


Text Example

White with #BA6C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C3F; }

 p { color: rgb(186,108,63); }

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

background-color css

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

 a { background-color: rgb(186,108,63); }

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

border-color css

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

 span { border-color: rgb(186,108,63); }

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