Html Css Color HEX #BA7A49 Brandy Punch

📋 copy color: '#BA7A49'

red 186 ◦ green 122 ◦ blue 73

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

Shades of Brandy Punch #BA7A49

Tints of Brandy Punch #BA7A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 48.82%
G = 32.02%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7A49 (or 0xBA7A49) is known color: Brandy Punch. HEX triplet: BA, 7A and 49. RGB value is (186,122,73). Sum of RGB (Red+Green+Blue) = 186+122+73=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A49 is #4585B6. Grayscale: #878787. Windows color (decimal): -4556215 or 4815546. OLE color: 4815546.

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

Color convert

RGB 186 122 73 -
CMYK 0 0.34 0.61 0.27
HSL 26.02º 0.45% 0.51% -
HSV(B) 26.02º 0.61% 0.73% -
XYZ 28.41 24.84 9.6 -
YUV 135.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 186 122 73 0 0.34 0.61 0.27 26.02 0.45 0.51
Hex BA 7A 49 0 22 3D 1B 1A 2D 33
Octal 272 172 111 0 42 75 33 32 55 63
Binary 10111010 1111010 1001001 0 100010 111101 11011 11010 101101 110011

Color Harmonies of #BA7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A49

Black with #BA7A49

Text Example


Text Example

White with #BA7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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