Html Css Color HEX #BA7747 Brandy Punch

📋 copy color: '#BA7747'

red 186 ◦ green 119 ◦ blue 71

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

Shades of Brandy Punch #BA7747

Tints of Brandy Punch #BA7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 49.47%
G = 31.65%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7747 (or 0xBA7747) is known color: Brandy Punch. HEX triplet: BA, 77 and 47. RGB value is (186,119,71). Sum of RGB (Red+Green+Blue) = 186+119+71=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7747 is #4588B8. Grayscale: #858585. Windows color (decimal): -4556985 or 4683706. OLE color: 4683706.

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

Color convert

RGB 186 119 71 -
CMYK 0 0.36 0.62 0.27
HSL 25.04º 0.45% 0.5% -
HSV(B) 25.04º 0.62% 0.73% -
XYZ 27.98 24.09 9.14 -
YUV 133.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 186 119 71 0 0.36 0.62 0.27 25.04 0.45 0.5
Hex BA 77 47 0 24 3E 1B 19 2D 32
Octal 272 167 107 0 44 76 33 31 55 62
Binary 10111010 1110111 1000111 0 100100 111110 11011 11001 101101 110010

Color Harmonies of #BA7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7747

Black with #BA7747

Text Example


Text Example

White with #BA7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7747; }

 p { color: rgb(186,119,71); }

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

background-color css

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

 a { background-color: rgb(186,119,71); }

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

border-color css

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

 span { border-color: rgb(186,119,71); }

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