Html Css Color HEX #BA783C Brandy Punch

📋 copy color: '#BA783C'

red 186 ◦ green 120 ◦ blue 60

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

Shades of Brandy Punch #BA783C

Tints of Brandy Punch #BA783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 50.82%
G = 32.79%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA783C (or 0xBA783C) is known color: Brandy Punch. HEX triplet: BA, 78 and 3C. RGB value is (186,120,60). Sum of RGB (Red+Green+Blue) = 186+120+60=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA783C is #4587C3. Grayscale: #858585. Windows color (decimal): -4556740 or 3963066. OLE color: 3963066.

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

Color convert

RGB 186 120 60 -
CMYK 0 0.35 0.68 0.27
HSL 28.57º 0.51% 0.48% -
HSV(B) 28.57º 0.68% 0.73% -
XYZ 27.78 24.2 7.48 -
YUV 132.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 186 120 60 0 0.35 0.68 0.27 28.57 0.51 0.48
Hex BA 78 3C 0 23 44 1B 1D 33 30
Octal 272 170 74 0 43 104 33 35 63 60
Binary 10111010 1111000 111100 0 100011 1000100 11011 11101 110011 110000

Color Harmonies of #BA783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA783C

Black with #BA783C

Text Example


Text Example

White with #BA783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA783C; }

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

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

background-color css

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

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

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

border-color css

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

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

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