Html Css Color HEX #BA7E40 Brandy Punch

📋 copy color: '#BA7E40'

red 186 ◦ green 126 ◦ blue 64

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

Shades of Brandy Punch #BA7E40

Tints of Brandy Punch #BA7E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

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

R = 49.47%
G = 33.51%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7E40 (or 0xBA7E40) is known color: Brandy Punch. HEX triplet: BA, 7E and 40. RGB value is (186,126,64). Sum of RGB (Red+Green+Blue) = 186+126+64=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E40 is #4581BF. Grayscale: #898989. Windows color (decimal): -4555200 or 4226746. OLE color: 4226746.

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

Color convert

RGB 186 126 64 -
CMYK 0 0.32 0.66 0.27
HSL 30.49º 0.49% 0.49% -
HSV(B) 30.49º 0.66% 0.73% -
XYZ 28.64 25.73 8.31 -
YUV 136.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 186 126 64 0 0.32 0.66 0.27 30.49 0.49 0.49
Hex BA 7E 40 0 20 42 1B 1E 31 31
Octal 272 176 100 0 40 102 33 36 61 61
Binary 10111010 1111110 1000000 0 100000 1000010 11011 11110 110001 110001

Color Harmonies of #BA7E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E40

Black with #BA7E40

Text Example


Text Example

White with #BA7E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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