Html Css Color HEX #BA8040 Brandy Punch

📋 copy color: '#BA8040'

red 186 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #BA8040

Tints of Brandy Punch #BA8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 49.21%
G = 33.86%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA8040 (or 0xBA8040) is known color: Brandy Punch. HEX triplet: BA, 80 and 40. RGB value is (186,128,64). Sum of RGB (Red+Green+Blue) = 186+128+64=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8040 is #457FBF. Grayscale: #8A8A8A. Windows color (decimal): -4554688 or 4227258. OLE color: 4227258.

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

Color convert

RGB 186 128 64 -
CMYK 0 0.31 0.66 0.27
HSL 31.48º 0.49% 0.49% -
HSV(B) 31.48º 0.66% 0.73% -
XYZ 28.89 26.25 8.39 -
YUV 138.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 186 128 64 0 0.31 0.66 0.27 31.48 0.49 0.49
Hex BA 80 40 0 1F 42 1B 1F 31 31
Octal 272 200 100 0 37 102 33 37 61 61
Binary 10111010 10000000 1000000 0 11111 1000010 11011 11111 110001 110001

Color Harmonies of #BA8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8040

Black with #BA8040

Text Example


Text Example

White with #BA8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8040; }

 p { color: rgb(186,128,64); }

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

background-color css

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

 a { background-color: rgb(186,128,64); }

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

border-color css

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

 span { border-color: rgb(186,128,64); }

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