Html Css Color HEX #BA784A Brandy Punch

📋 copy color: '#BA784A'

red 186 ◦ green 120 ◦ blue 74

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

Shades of Brandy Punch #BA784A

Tints of Brandy Punch #BA784A

RGB

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

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

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

R = 48.95%
G = 31.58%
B = 19.47%

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

#BA784A (or 0xBA784A) is known color: Brandy Punch. HEX triplet: BA, 78 and 4A. RGB value is (186,120,74). Sum of RGB (Red+Green+Blue) = 186+120+74=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA784A is #4587B5. Grayscale: #868686. Windows color (decimal): -4556726 or 4880570. OLE color: 4880570.

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

Color convert

RGB 186 120 74 -
CMYK 0 0.35 0.60 0.27
HSL 24.64º 0.45% 0.51% -
HSV(B) 24.64º 0.6% 0.73% -
XYZ 28.2 24.37 9.7 -
YUV 134.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 186 120 74 0 0.35 0.60 0.27 24.64 0.45 0.51
Hex BA 78 4A 0 23 3C 1B 19 2D 33
Octal 272 170 112 0 43 74 33 31 55 63
Binary 10111010 1111000 1001010 0 100011 111100 11011 11001 101101 110011

Color Harmonies of #BA784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA784A

Black with #BA784A

Text Example


Text Example

White with #BA784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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