Html Css Color HEX #BA7646 Brandy Punch

📋 copy color: '#BA7646'

red 186 ◦ green 118 ◦ blue 70

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

Shades of Brandy Punch #BA7646

Tints of Brandy Punch #BA7646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 49.73%
G = 31.55%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7646 (or 0xBA7646) is known color: Brandy Punch. HEX triplet: BA, 76 and 46. RGB value is (186,118,70). Sum of RGB (Red+Green+Blue) = 186+118+70=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7646 is #4589B9. Grayscale: #858585. Windows color (decimal): -4557242 or 4617914. OLE color: 4617914.

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

Color convert

RGB 186 118 70 -
CMYK 0 0.37 0.62 0.27
HSL 24.83º 0.46% 0.5% -
HSV(B) 24.83º 0.62% 0.73% -
XYZ 27.83 23.84 8.93 -
YUV 132.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 186 118 70 0 0.37 0.62 0.27 24.83 0.46 0.5
Hex BA 76 46 0 25 3E 1B 19 2E 32
Octal 272 166 106 0 45 76 33 31 56 62
Binary 10111010 1110110 1000110 0 100101 111110 11011 11001 101110 110010

Color Harmonies of #BA7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7646

Black with #BA7646

Text Example


Text Example

White with #BA7646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7646; }

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

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

background-color css

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

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

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

border-color css

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

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

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