Html Css Color HEX #BA773F Brandy Punch

📋 copy color: '#BA773F'

red 186 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #BA773F

Tints of Brandy Punch #BA773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 63 (25% from 255) = 17.12%

R = 50.54%
G = 32.34%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA773F (or 0xBA773F) is known color: Brandy Punch. HEX triplet: BA, 77 and 3F. RGB value is (186,119,63). Sum of RGB (Red+Green+Blue) = 186+119+63=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA773F is #4588C0. Grayscale: #848484. Windows color (decimal): -4556993 or 4159418. OLE color: 4159418.

HSL color Cylindrical-coordinate representation of color #BA773F: hue angle of 27.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA773F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 63 -
CMYK 0 0.36 0.66 0.27
HSL 27.32º 0.49% 0.49% -
HSV(B) 27.32º 0.66% 0.73% -
XYZ 27.74 23.99 7.87 -
YUV 132.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 186 119 63 0 0.36 0.66 0.27 27.32 0.49 0.49
Hex BA 77 3F 0 24 42 1B 1B 31 31
Octal 272 167 77 0 44 102 33 33 61 61
Binary 10111010 1110111 111111 0 100100 1000010 11011 11011 110001 110001

Color Harmonies of #BA773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA773F

Black with #BA773F

Text Example


Text Example

White with #BA773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA773F; }

 p { color: rgb(186,119,63); }

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

background-color css

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

 a { background-color: rgb(186,119,63); }

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

border-color css

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

 span { border-color: rgb(186,119,63); }

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