Html Css Color HEX #BA7F49 Brandy Punch

📋 copy color: '#BA7F49'

red 186 ◦ green 127 ◦ blue 73

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

Shades of Brandy Punch #BA7F49

Tints of Brandy Punch #BA7F49

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 48.19%
G = 32.9%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA7F49 (or 0xBA7F49) is known color: Brandy Punch. HEX triplet: BA, 7F and 49. RGB value is (186,127,73). Sum of RGB (Red+Green+Blue) = 186+127+73=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F49 is #4580B6. Grayscale: #8A8A8A. Windows color (decimal): -4554935 or 4816826. OLE color: 4816826.

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

Color convert

RGB 186 127 73 -
CMYK 0 0.32 0.61 0.27
HSL 28.67º 0.45% 0.51% -
HSV(B) 28.67º 0.61% 0.73% -
XYZ 29.04 26.1 9.81 -
YUV 138.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 186 127 73 0 0.32 0.61 0.27 28.67 0.45 0.51
Hex BA 7F 49 0 20 3D 1B 1D 2D 33
Octal 272 177 111 0 40 75 33 35 55 63
Binary 10111010 1111111 1001001 0 100000 111101 11011 11101 101101 110011

Color Harmonies of #BA7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F49

Black with #BA7F49

Text Example


Text Example

White with #BA7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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