Html Css Color HEX #BA7E4E Brandy Punch

📋 copy color: '#BA7E4E'

red 186 ◦ green 126 ◦ blue 78

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

Shades of Brandy Punch #BA7E4E

Tints of Brandy Punch #BA7E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20%

R = 47.69%
G = 32.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA7E4E (or 0xBA7E4E) is known color: Brandy Punch. HEX triplet: BA, 7E and 4E. RGB value is (186,126,78). Sum of RGB (Red+Green+Blue) = 186+126+78=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E4E is #4581B1. Grayscale: #8A8A8A. Windows color (decimal): -4555186 or 5144250. OLE color: 5144250.

HSL color Cylindrical-coordinate representation of color #BA7E4E: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA7E4E is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 78 -
CMYK 0 0.32 0.58 0.27
HSL 26.67º 0.44% 0.52% -
HSV(B) 26.67º 0.58% 0.73% -
XYZ 29.09 25.91 10.68 -
YUV 138.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 186 126 78 0 0.32 0.58 0.27 26.67 0.44 0.52
Hex BA 7E 4E 0 20 3A 1B 1B 2C 34
Octal 272 176 116 0 40 72 33 33 54 64
Binary 10111010 1111110 1001110 0 100000 111010 11011 11011 101100 110100

Color Harmonies of #BA7E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E4E

Black with #BA7E4E

Text Example


Text Example

White with #BA7E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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