Html Css Color HEX #BA8240 Brandy Punch

📋 copy color: '#BA8240'

red 186 ◦ green 130 ◦ blue 64

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

Shades of Brandy Punch #BA8240

Tints of Brandy Punch #BA8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

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

R = 48.95%
G = 34.21%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA8240 (or 0xBA8240) is known color: Brandy Punch. HEX triplet: BA, 82 and 40. RGB value is (186,130,64). Sum of RGB (Red+Green+Blue) = 186+130+64=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8240 is #457DBF. Grayscale: #8B8B8B. Windows color (decimal): -4554176 or 4227770. OLE color: 4227770.

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

Color convert

RGB 186 130 64 -
CMYK 0 0.30 0.66 0.27
HSL 32.46º 0.49% 0.49% -
HSV(B) 32.46º 0.66% 0.73% -
XYZ 29.16 26.77 8.48 -
YUV 139.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 186 130 64 0 0.30 0.66 0.27 32.46 0.49 0.49
Hex BA 82 40 0 1E 42 1B 20 31 31
Octal 272 202 100 0 36 102 33 40 61 61
Binary 10111010 10000010 1000000 0 11110 1000010 11011 100000 110001 110001

Color Harmonies of #BA8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8240

Black with #BA8240

Text Example


Text Example

White with #BA8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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