Html Css Color HEX #BA7E4A Brandy Punch

📋 copy color: '#BA7E4A'

red 186 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #BA7E4A

Tints of Brandy Punch #BA7E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 74 (29.3% from 255) = 19.17%

R = 48.19%
G = 32.64%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA7E4A (or 0xBA7E4A) is known color: Brandy Punch. HEX triplet: BA, 7E and 4A. RGB value is (186,126,74). Sum of RGB (Red+Green+Blue) = 186+126+74=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E4A is #4581B5. Grayscale: #8A8A8A. Windows color (decimal): -4555190 or 4882106. OLE color: 4882106.

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

Color convert

RGB 186 126 74 -
CMYK 0 0.32 0.60 0.27
HSL 27.86º 0.45% 0.51% -
HSV(B) 27.86º 0.6% 0.73% -
XYZ 28.95 25.86 9.94 -
YUV 138.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 186 126 74 0 0.32 0.60 0.27 27.86 0.45 0.51
Hex BA 7E 4A 0 20 3C 1B 1C 2D 33
Octal 272 176 112 0 40 74 33 34 55 63
Binary 10111010 1111110 1001010 0 100000 111100 11011 11100 101101 110011

Color Harmonies of #BA7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E4A

Black with #BA7E4A

Text Example


Text Example

White with #BA7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E4A; }

 p { color: rgb(186,126,74); }

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

background-color css

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

 a { background-color: rgb(186,126,74); }

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

border-color css

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

 span { border-color: rgb(186,126,74); }

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