Html Css Color HEX #BA7C49 Brandy Punch

📋 copy color: '#BA7C49'

red 186 ◦ green 124 ◦ blue 73

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

Shades of Brandy Punch #BA7C49

Tints of Brandy Punch #BA7C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 48.56%
G = 32.38%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7C49 (or 0xBA7C49) is known color: Brandy Punch. HEX triplet: BA, 7C and 49. RGB value is (186,124,73). Sum of RGB (Red+Green+Blue) = 186+124+73=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C49 is #4583B6. Grayscale: #888888. Windows color (decimal): -4555703 or 4816058. OLE color: 4816058.

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

Color convert

RGB 186 124 73 -
CMYK 0 0.33 0.61 0.27
HSL 27.08º 0.45% 0.51% -
HSV(B) 27.08º 0.61% 0.73% -
XYZ 28.66 25.34 9.68 -
YUV 136.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 186 124 73 0 0.33 0.61 0.27 27.08 0.45 0.51
Hex BA 7C 49 0 21 3D 1B 1B 2D 33
Octal 272 174 111 0 41 75 33 33 55 63
Binary 10111010 1111100 1001001 0 100001 111101 11011 11011 101101 110011

Color Harmonies of #BA7C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C49

Black with #BA7C49

Text Example


Text Example

White with #BA7C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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