Html Css Color HEX #BA7346 Brandy Punch

📋 copy color: '#BA7346'

red 186 ◦ green 115 ◦ blue 70

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

Shades of Brandy Punch #BA7346

Tints of Brandy Punch #BA7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 50.13%
G = 31%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7346 (or 0xBA7346) is known color: Brandy Punch. HEX triplet: BA, 73 and 46. RGB value is (186,115,70). Sum of RGB (Red+Green+Blue) = 186+115+70=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7346 is #458CB9. Grayscale: #838383. Windows color (decimal): -4558010 or 4617146. OLE color: 4617146.

HSL color Cylindrical-coordinate representation of color #BA7346: hue angle of 23.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7346 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 70 -
CMYK 0 0.38 0.62 0.27
HSL 23.28º 0.46% 0.5% -
HSV(B) 23.28º 0.62% 0.73% -
XYZ 27.49 23.14 8.81 -
YUV 131.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 186 115 70 0 0.38 0.62 0.27 23.28 0.46 0.5
Hex BA 73 46 0 26 3E 1B 17 2E 32
Octal 272 163 106 0 46 76 33 27 56 62
Binary 10111010 1110011 1000110 0 100110 111110 11011 10111 101110 110010

Color Harmonies of #BA7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7346

Black with #BA7346

Text Example


Text Example

White with #BA7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7346; }

 p { color: rgb(186,115,70); }

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

background-color css

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

 a { background-color: rgb(186,115,70); }

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

border-color css

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

 span { border-color: rgb(186,115,70); }

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