Html Css Color HEX #BA783A Brandy Punch

📋 copy color: '#BA783A'

red 186 ◦ green 120 ◦ blue 58

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

Shades of Brandy Punch #BA783A

Tints of Brandy Punch #BA783A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 51.1%
G = 32.97%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA783A (or 0xBA783A) is known color: Brandy Punch. HEX triplet: BA, 78 and 3A. RGB value is (186,120,58). Sum of RGB (Red+Green+Blue) = 186+120+58=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783A is #4587C5. Grayscale: #848484. Windows color (decimal): -4556742 or 3831994. OLE color: 3831994.

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

Color convert

RGB 186 120 58 -
CMYK 0 0.35 0.69 0.27
HSL 29.06º 0.52% 0.48% -
HSV(B) 29.06º 0.69% 0.73% -
XYZ 27.73 24.18 7.21 -
YUV 132.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 186 120 58 0 0.35 0.69 0.27 29.06 0.52 0.48
Hex BA 78 3A 0 23 45 1B 1D 34 30
Octal 272 170 72 0 43 105 33 35 64 60
Binary 10111010 1111000 111010 0 100011 1000101 11011 11101 110100 110000

Color Harmonies of #BA783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA783A

Black with #BA783A

Text Example


Text Example

White with #BA783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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