Html Css Color HEX #BA794A Brandy Punch

📋 copy color: '#BA794A'

red 186 ◦ green 121 ◦ blue 74

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

Shades of Brandy Punch #BA794A

Tints of Brandy Punch #BA794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 48.82%
G = 31.76%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA794A (or 0xBA794A) is known color: Brandy Punch. HEX triplet: BA, 79 and 4A. RGB value is (186,121,74). Sum of RGB (Red+Green+Blue) = 186+121+74=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA794A is #4586B5. Grayscale: #878787. Windows color (decimal): -4556470 or 4880826. OLE color: 4880826.

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

Color convert

RGB 186 121 74 -
CMYK 0 0.35 0.60 0.27
HSL 25.18º 0.45% 0.51% -
HSV(B) 25.18º 0.6% 0.73% -
XYZ 28.32 24.61 9.74 -
YUV 135.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 186 121 74 0 0.35 0.60 0.27 25.18 0.45 0.51
Hex BA 79 4A 0 23 3C 1B 19 2D 33
Octal 272 171 112 0 43 74 33 31 55 63
Binary 10111010 1111001 1001010 0 100011 111100 11011 11001 101101 110011

Color Harmonies of #BA794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA794A

Black with #BA794A

Text Example


Text Example

White with #BA794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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