Html Css Color HEX #BA7940 Brandy Punch

📋 copy color: '#BA7940'

red 186 ◦ green 121 ◦ blue 64

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

Shades of Brandy Punch #BA7940

Tints of Brandy Punch #BA7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 50.13%
G = 32.61%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7940 (or 0xBA7940) is known color: Brandy Punch. HEX triplet: BA, 79 and 40. RGB value is (186,121,64). Sum of RGB (Red+Green+Blue) = 186+121+64=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7940 is #4586BF. Grayscale: #868686. Windows color (decimal): -4556480 or 4225466. OLE color: 4225466.

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

Color convert

RGB 186 121 64 -
CMYK 0 0.35 0.66 0.27
HSL 28.03º 0.49% 0.49% -
HSV(B) 28.03º 0.66% 0.73% -
XYZ 28.01 24.48 8.1 -
YUV 133.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 186 121 64 0 0.35 0.66 0.27 28.03 0.49 0.49
Hex BA 79 40 0 23 42 1B 1C 31 31
Octal 272 171 100 0 43 102 33 34 61 61
Binary 10111010 1111001 1000000 0 100011 1000010 11011 11100 110001 110001

Color Harmonies of #BA7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7940

Black with #BA7940

Text Example


Text Example

White with #BA7940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7940; }

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

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

background-color css

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

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

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

border-color css

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

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

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