Html Css Color HEX #BA793D Brandy Punch

📋 copy color: '#BA793D'

red 186 ◦ green 121 ◦ blue 61

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

Shades of Brandy Punch #BA793D

Tints of Brandy Punch #BA793D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 50.54%
G = 32.88%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA793D (or 0xBA793D) is known color: Brandy Punch. HEX triplet: BA, 79 and 3D. RGB value is (186,121,61). Sum of RGB (Red+Green+Blue) = 186+121+61=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA793D is #4586C2. Grayscale: #858585. Windows color (decimal): -4556483 or 4028858. OLE color: 4028858.

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

Color convert

RGB 186 121 61 -
CMYK 0 0.35 0.67 0.27
HSL 28.8º 0.51% 0.48% -
HSV(B) 28.8º 0.67% 0.73% -
XYZ 27.93 24.45 7.66 -
YUV 133.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 186 121 61 0 0.35 0.67 0.27 28.8 0.51 0.48
Hex BA 79 3D 0 23 43 1B 1D 33 30
Octal 272 171 75 0 43 103 33 35 63 60
Binary 10111010 1111001 111101 0 100011 1000011 11011 11101 110011 110000

Color Harmonies of #BA793D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA793D

Black with #BA793D

Text Example


Text Example

White with #BA793D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA793D; }

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

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

background-color css

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

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

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

border-color css

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

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

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