Html Css Color HEX #BA784E Brandy Punch

📋 copy color: '#BA784E'

red 186 ◦ green 120 ◦ blue 78

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

Shades of Brandy Punch #BA784E

Tints of Brandy Punch #BA784E

RGB

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

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

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

R = 48.44%
G = 31.25%
B = 20.31%

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

#BA784E (or 0xBA784E) is known color: Brandy Punch. HEX triplet: BA, 78 and 4E. RGB value is (186,120,78). Sum of RGB (Red+Green+Blue) = 186+120+78=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA784E is #4587B1. Grayscale: #878787. Windows color (decimal): -4556722 or 5142714. OLE color: 5142714.

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

Color convert

RGB 186 120 78 -
CMYK 0 0.35 0.58 0.27
HSL 23.33º 0.44% 0.52% -
HSV(B) 23.33º 0.58% 0.73% -
XYZ 28.34 24.42 10.43 -
YUV 134.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 186 120 78 0 0.35 0.58 0.27 23.33 0.44 0.52
Hex BA 78 4E 0 23 3A 1B 17 2C 34
Octal 272 170 116 0 43 72 33 27 54 64
Binary 10111010 1111000 1001110 0 100011 111010 11011 10111 101100 110100

Color Harmonies of #BA784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA784E

Black with #BA784E

Text Example


Text Example

White with #BA784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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