Html Css Color HEX #BA7640 Brandy Punch

📋 copy color: '#BA7640'

red 186 ◦ green 118 ◦ blue 64

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

Shades of Brandy Punch #BA7640

Tints of Brandy Punch #BA7640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 50.54%
G = 32.07%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7640 (or 0xBA7640) is known color: Brandy Punch. HEX triplet: BA, 76 and 40. RGB value is (186,118,64). Sum of RGB (Red+Green+Blue) = 186+118+64=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7640 is #4589BF. Grayscale: #848484. Windows color (decimal): -4557248 or 4224698. OLE color: 4224698.

HSL color Cylindrical-coordinate representation of color #BA7640: hue angle of 26.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA7640 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 64 -
CMYK 0 0.37 0.66 0.27
HSL 26.56º 0.49% 0.49% -
HSV(B) 26.56º 0.66% 0.73% -
XYZ 27.65 23.77 7.98 -
YUV 132.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 186 118 64 0 0.37 0.66 0.27 26.56 0.49 0.49
Hex BA 76 40 0 25 42 1B 1B 31 31
Octal 272 166 100 0 45 102 33 33 61 61
Binary 10111010 1110110 1000000 0 100101 1000010 11011 11011 110001 110001

Color Harmonies of #BA7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7640

Black with #BA7640

Text Example


Text Example

White with #BA7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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