Html Css Color HEX #BA824E Brandy Punch

📋 copy color: '#BA824E'

red 186 ◦ green 130 ◦ blue 78

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

Shades of Brandy Punch #BA824E

Tints of Brandy Punch #BA824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

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

R = 47.21%
G = 32.99%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA824E (or 0xBA824E) is known color: Brandy Punch. HEX triplet: BA, 82 and 4E. RGB value is (186,130,78). Sum of RGB (Red+Green+Blue) = 186+130+78=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA824E is #457DB1. Grayscale: #8D8D8D. Windows color (decimal): -4554162 or 5145274. OLE color: 5145274.

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

Color convert

RGB 186 130 78 -
CMYK 0 0.30 0.58 0.27
HSL 28.89º 0.44% 0.52% -
HSV(B) 28.89º 0.58% 0.73% -
XYZ 29.61 26.95 10.85 -
YUV 140.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 186 130 78 0 0.30 0.58 0.27 28.89 0.44 0.52
Hex BA 82 4E 0 1E 3A 1B 1D 2C 34
Octal 272 202 116 0 36 72 33 35 54 64
Binary 10111010 10000010 1001110 0 11110 111010 11011 11101 101100 110100

Color Harmonies of #BA824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA824E

Black with #BA824E

Text Example


Text Example

White with #BA824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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