Html Css Color HEX #BA793F Brandy Punch

📋 copy color: '#BA793F'

red 186 ◦ green 121 ◦ blue 63

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

Shades of Brandy Punch #BA793F

Tints of Brandy Punch #BA793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 50.27%
G = 32.7%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA793F (or 0xBA793F) is known color: Brandy Punch. HEX triplet: BA, 79 and 3F. RGB value is (186,121,63). Sum of RGB (Red+Green+Blue) = 186+121+63=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA793F is #4586C0. Grayscale: #868686. Windows color (decimal): -4556481 or 4159930. OLE color: 4159930.

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

Color convert

RGB 186 121 63 -
CMYK 0 0.35 0.66 0.27
HSL 28.29º 0.49% 0.49% -
HSV(B) 28.29º 0.66% 0.73% -
XYZ 27.98 24.47 7.95 -
YUV 133.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 186 121 63 0 0.35 0.66 0.27 28.29 0.49 0.49
Hex BA 79 3F 0 23 42 1B 1C 31 31
Octal 272 171 77 0 43 102 33 34 61 61
Binary 10111010 1111001 111111 0 100011 1000010 11011 11100 110001 110001

Color Harmonies of #BA793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA793F

Black with #BA793F

Text Example


Text Example

White with #BA793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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