Html Css Color HEX #BA7A40 Brandy Punch

📋 copy color: '#BA7A40'

red 186 ◦ green 122 ◦ blue 64

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

Shades of Brandy Punch #BA7A40

Tints of Brandy Punch #BA7A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 50%
G = 32.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7A40 (or 0xBA7A40) is known color: Brandy Punch. HEX triplet: BA, 7A and 40. RGB value is (186,122,64). Sum of RGB (Red+Green+Blue) = 186+122+64=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A40 is #4585BF. Grayscale: #868686. Windows color (decimal): -4556224 or 4225722. OLE color: 4225722.

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

Color convert

RGB 186 122 64 -
CMYK 0 0.34 0.66 0.27
HSL 28.52º 0.49% 0.49% -
HSV(B) 28.52º 0.66% 0.73% -
XYZ 28.13 24.73 8.14 -
YUV 134.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 186 122 64 0 0.34 0.66 0.27 28.52 0.49 0.49
Hex BA 7A 40 0 22 42 1B 1D 31 31
Octal 272 172 100 0 42 102 33 35 61 61
Binary 10111010 1111010 1000000 0 100010 1000010 11011 11101 110001 110001

Color Harmonies of #BA7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A40

Black with #BA7A40

Text Example


Text Example

White with #BA7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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