#BA7A51

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

Shades of Brandy Punch #BA7A51

Tints of Brandy Punch #BA7A51

Color information

#BA7A51 (or 0xBA7A51) is unknown color: approx Brandy Punch. HEX triplet: BA, 7A and 51. RGB value is (186,122,81). Sum of RGB (Red+Green+Blue) = 186+122+81=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A51 is #4585AE. Grayscale: #888888. Windows color (decimal): -4556207 or 5339834. OLE color: 5339834.

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

Color convert

RGB18612281-
CMYK00.340.560.27
HSL23.43º43.21%52.35%-
HSV(B)23.43º56.45%72.94%-
XYZ28.6924.9511.09-
YUV136.4696.7163.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=47.81%
G=31.36%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861228100.340.560.2723.4343.2152.35
HexBA7A51022381B172b34
Octal2721721210427033275364
Binary101110101111010101000101000101110001101110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A51; }

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

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

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

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

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

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

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

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