Html Css Color HEX #BA824F Brandy Punch

📋 copy color: '#BA824F'

red 186 ◦ green 130 ◦ blue 79

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

Shades of Brandy Punch #BA824F

Tints of Brandy Punch #BA824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20%

R = 47.09%
G = 32.91%
B = 20%

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

#BA824F (or 0xBA824F) is known color: Brandy Punch. HEX triplet: BA, 82 and 4F. RGB value is (186,130,79). Sum of RGB (Red+Green+Blue) = 186+130+79=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA824F is #457DB0. Grayscale: #8D8D8D. Windows color (decimal): -4554161 or 5210810. OLE color: 5210810.

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

Color convert

RGB 186 130 79 -
CMYK 0 0.30 0.58 0.27
HSL 28.6º 0.44% 0.52% -
HSV(B) 28.6º 0.58% 0.73% -
XYZ 29.64 26.97 11.04 -
YUV 140.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 186 130 79 0 0.30 0.58 0.27 28.6 0.44 0.52
Hex BA 82 4F 0 1E 3A 1B 1D 2C 34
Octal 272 202 117 0 36 72 33 35 54 64
Binary 10111010 10000010 1001111 0 11110 111010 11011 11101 101100 110100

Color Harmonies of #BA824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA824F

Black with #BA824F

Text Example


Text Example

White with #BA824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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