Html Css Color HEX #BA764E Brandy Punch

📋 copy color: '#BA764E'

red 186 ◦ green 118 ◦ blue 78

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

Shades of Brandy Punch #BA764E

Tints of Brandy Punch #BA764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 48.69%
G = 30.89%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA764E (or 0xBA764E) is known color: Brandy Punch. HEX triplet: BA, 76 and 4E. RGB value is (186,118,78). Sum of RGB (Red+Green+Blue) = 186+118+78=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA764E is #4589B1. Grayscale: #868686. Windows color (decimal): -4557234 or 5142202. OLE color: 5142202.

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

Color convert

RGB 186 118 78 -
CMYK 0 0.37 0.58 0.27
HSL 22.22º 0.44% 0.52% -
HSV(B) 22.22º 0.58% 0.73% -
XYZ 28.1 23.95 10.35 -
YUV 133.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 186 118 78 0 0.37 0.58 0.27 22.22 0.44 0.52
Hex BA 76 4E 0 25 3A 1B 16 2C 34
Octal 272 166 116 0 45 72 33 26 54 64
Binary 10111010 1110110 1001110 0 100101 111010 11011 10110 101100 110100

Color Harmonies of #BA764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA764E

Black with #BA764E

Text Example


Text Example

White with #BA764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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