Html Css Color HEX #BA6A3C Bourbon

📋 copy color: '#BA6A3C'

red 186 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #BA6A3C

Tints of Bourbon #BA6A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 52.84%
G = 30.11%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA6A3C (or 0xBA6A3C) is known color: Bourbon. HEX triplet: BA, 6A and 3C. RGB value is (186,106,60). Sum of RGB (Red+Green+Blue) = 186+106+60=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A3C is #4595C3. Grayscale: #7C7C7C. Windows color (decimal): -4560324 or 3959482. OLE color: 3959482.

HSL color Cylindrical-coordinate representation of color #BA6A3C: hue angle of 21.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA6A3C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 60 -
CMYK 0 0.43 0.68 0.27
HSL 21.9º 0.51% 0.48% -
HSV(B) 21.9º 0.68% 0.73% -
XYZ 26.22 21.07 6.96 -
YUV 124.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 186 106 60 0 0.43 0.68 0.27 21.9 0.51 0.48
Hex BA 6A 3C 0 2B 44 1B 16 33 30
Octal 272 152 74 0 53 104 33 26 63 60
Binary 10111010 1101010 111100 0 101011 1000100 11011 10110 110011 110000

Color Harmonies of #BA6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A3C

Black with #BA6A3C

Text Example


Text Example

White with #BA6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A3C; }

 p { color: rgb(186,106,60); }

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

background-color css

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

 a { background-color: rgb(186,106,60); }

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

border-color css

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

 span { border-color: rgb(186,106,60); }

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