Html Css Color HEX #BA7746 Brandy Punch

📋 copy color: '#BA7746'

red 186 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #BA7746

Tints of Brandy Punch #BA7746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 49.6%
G = 31.73%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7746 (or 0xBA7746) is known color: Brandy Punch. HEX triplet: BA, 77 and 46. RGB value is (186,119,70). Sum of RGB (Red+Green+Blue) = 186+119+70=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7746 is #4588B9. Grayscale: #858585. Windows color (decimal): -4556986 or 4618170. OLE color: 4618170.

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

Color convert

RGB 186 119 70 -
CMYK 0 0.36 0.62 0.27
HSL 25.34º 0.46% 0.5% -
HSV(B) 25.34º 0.62% 0.73% -
XYZ 27.95 24.07 8.97 -
YUV 133.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 186 119 70 0 0.36 0.62 0.27 25.34 0.46 0.5
Hex BA 77 46 0 24 3E 1B 19 2E 32
Octal 272 167 106 0 44 76 33 31 56 62
Binary 10111010 1110111 1000110 0 100100 111110 11011 11001 101110 110010

Color Harmonies of #BA7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7746

Black with #BA7746

Text Example


Text Example

White with #BA7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7746; }

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

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

background-color css

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

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

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

border-color css

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

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

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