Html Css Color HEX #BA793B Brandy Punch

📋 copy color: '#BA793B'

red 186 ◦ green 121 ◦ blue 59

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

Shades of Brandy Punch #BA793B

Tints of Brandy Punch #BA793B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 50.82%
G = 33.06%
B = 16.12%

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

#BA793B (or 0xBA793B) is known color: Brandy Punch. HEX triplet: BA, 79 and 3B. RGB value is (186,121,59). Sum of RGB (Red+Green+Blue) = 186+121+59=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA793B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA793B is #4586C4. Grayscale: #858585. Windows color (decimal): -4556485 or 3897786. OLE color: 3897786.

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

Color convert

RGB 186 121 59 -
CMYK 0 0.35 0.68 0.27
HSL 29.29º 0.52% 0.48% -
HSV(B) 29.29º 0.68% 0.73% -
XYZ 27.88 24.43 7.38 -
YUV 133.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 186 121 59 0 0.35 0.68 0.27 29.29 0.52 0.48
Hex BA 79 3B 0 23 44 1B 1D 34 30
Octal 272 171 73 0 43 104 33 35 64 60
Binary 10111010 1111001 111011 0 100011 1000100 11011 11101 110100 110000

Color Harmonies of #BA793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA793B

Black with #BA793B

Text Example


Text Example

White with #BA793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA793B; }

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

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

background-color css

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

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

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

border-color css

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

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

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