Html Css Color HEX #BA784C Brandy Punch

📋 copy color: '#BA784C'

red 186 ◦ green 120 ◦ blue 76

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

Shades of Brandy Punch #BA784C

Tints of Brandy Punch #BA784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 48.69%
G = 31.41%
B = 19.9%

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

#BA784C (or 0xBA784C) is known color: Brandy Punch. HEX triplet: BA, 78 and 4C. RGB value is (186,120,76). Sum of RGB (Red+Green+Blue) = 186+120+76=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA784C is #4587B3. Grayscale: #868686. Windows color (decimal): -4556724 or 5011642. OLE color: 5011642.

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

Color convert

RGB 186 120 76 -
CMYK 0 0.35 0.59 0.27
HSL 24º 0.44% 0.51% -
HSV(B) 24º 0.59% 0.73% -
XYZ 28.27 24.39 10.06 -
YUV 134.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 186 120 76 0 0.35 0.59 0.27 24 0.44 0.51
Hex BA 78 4C 0 23 3B 1B 18 2C 33
Octal 272 170 114 0 43 73 33 30 54 63
Binary 10111010 1111000 1001100 0 100011 111011 11011 11000 101100 110011

Color Harmonies of #BA784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA784C

Black with #BA784C

Text Example


Text Example

White with #BA784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA784C; }

 p { color: rgb(186,120,76); }

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

background-color css

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

 a { background-color: rgb(186,120,76); }

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

border-color css

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

 span { border-color: rgb(186,120,76); }

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