#BA7E51

Color #BA7E51 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #BA7E51

Tints of Brandy Punch #BA7E51

Color information

#BA7E51 (or 0xBA7E51) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 51. RGB value is (186,126,81). Sum of RGB (Red+Green+Blue) = 186+126+81=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E51 is #4581AE. Grayscale: #8B8B8B. Windows color (decimal): -4555183 or 5340858. OLE color: 5340858.

HSL color Cylindrical-coordinate representation of color #BA7E51: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7E51 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18612681-
CMYK00.320.560.27
HSL25.71º43.21%52.35%-
HSV(B)25.71º56.45%72.94%-
XYZ29.225.9511.26-
YUV138.8195.38161.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=47.33%
G=32.06%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861268100.320.560.2725.7143.2152.35
HexBA7E51020381B1a2b34
Octal2721761210407033325364
Binary101110101111110101000101000001110001101111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E51; }

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

 H1.HeaderClassName
 {
   color: #BA7E51;
 }
 .AnyTagClassName
 {
   color: #BA7E51;
 }
</style>
background-color css

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

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

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

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

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

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