Html Css Color HEX #BA794E Brandy Punch

📋 copy color: '#BA794E'

red 186 ◦ green 121 ◦ blue 78

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

Shades of Brandy Punch #BA794E

Tints of Brandy Punch #BA794E

RGB

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

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

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

R = 48.31%
G = 31.43%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA794E (or 0xBA794E) is known color: Brandy Punch. HEX triplet: BA, 79 and 4E. RGB value is (186,121,78). Sum of RGB (Red+Green+Blue) = 186+121+78=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA794E is #4586B1. Grayscale: #878787. Windows color (decimal): -4556466 or 5142970. OLE color: 5142970.

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

Color convert

RGB 186 121 78 -
CMYK 0 0.35 0.58 0.27
HSL 23.89º 0.44% 0.52% -
HSV(B) 23.89º 0.58% 0.73% -
XYZ 28.46 24.66 10.47 -
YUV 135.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 186 121 78 0 0.35 0.58 0.27 23.89 0.44 0.52
Hex BA 79 4E 0 23 3A 1B 18 2C 34
Octal 272 171 116 0 43 72 33 30 54 64
Binary 10111010 1111001 1001110 0 100011 111010 11011 11000 101100 110100

Color Harmonies of #BA794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA794E

Black with #BA794E

Text Example


Text Example

White with #BA794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA794E; }

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

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

background-color css

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

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

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

border-color css

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

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

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