Html Css Color HEX #BA794D Brandy Punch

📋 copy color: '#BA794D'

red 186 ◦ green 121 ◦ blue 77

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

Shades of Brandy Punch #BA794D

Tints of Brandy Punch #BA794D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 48.44%
G = 31.51%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA794D (or 0xBA794D) is known color: Brandy Punch. HEX triplet: BA, 79 and 4D. RGB value is (186,121,77). Sum of RGB (Red+Green+Blue) = 186+121+77=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA794D is #4586B2. Grayscale: #878787. Windows color (decimal): -4556467 or 5077434. OLE color: 5077434.

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

Color convert

RGB 186 121 77 -
CMYK 0 0.35 0.59 0.27
HSL 24.22º 0.44% 0.52% -
HSV(B) 24.22º 0.59% 0.73% -
XYZ 28.43 24.65 10.28 -
YUV 135.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 186 121 77 0 0.35 0.59 0.27 24.22 0.44 0.52
Hex BA 79 4D 0 23 3B 1B 18 2C 34
Octal 272 171 115 0 43 73 33 30 54 64
Binary 10111010 1111001 1001101 0 100011 111011 11011 11000 101100 110100

Color Harmonies of #BA794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA794D

Black with #BA794D

Text Example


Text Example

White with #BA794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA794D; }

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

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

background-color css

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

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

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

border-color css

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

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

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