Html Css Color HEX #BA784B Brandy Punch

📋 copy color: '#BA784B'

red 186 ◦ green 120 ◦ blue 75

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

Shades of Brandy Punch #BA784B

Tints of Brandy Punch #BA784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 48.82%
G = 31.5%
B = 19.69%

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

#BA784B (or 0xBA784B) is known color: Brandy Punch. HEX triplet: BA, 78 and 4B. RGB value is (186,120,75). Sum of RGB (Red+Green+Blue) = 186+120+75=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA784B is #4587B4. Grayscale: #868686. Windows color (decimal): -4556725 or 4946106. OLE color: 4946106.

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

Color convert

RGB 186 120 75 -
CMYK 0 0.35 0.60 0.27
HSL 24.32º 0.45% 0.51% -
HSV(B) 24.32º 0.6% 0.73% -
XYZ 28.24 24.38 9.87 -
YUV 134.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 186 120 75 0 0.35 0.60 0.27 24.32 0.45 0.51
Hex BA 78 4B 0 23 3C 1B 18 2D 33
Octal 272 170 113 0 43 74 33 30 55 63
Binary 10111010 1111000 1001011 0 100011 111100 11011 11000 101101 110011

Color Harmonies of #BA784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA784B

Black with #BA784B

Text Example


Text Example

White with #BA784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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