#BA7A50

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

Shades of Brandy Punch #BA7A50

Tints of Brandy Punch #BA7A50

Color information

#BA7A50 (or 0xBA7A50) is unknown color: approx Brandy Punch. HEX triplet: BA, 7A and 50. RGB value is (186,122,80). Sum of RGB (Red+Green+Blue) = 186+122+80=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A50 is #4585AF. Grayscale: #888888. Windows color (decimal): -4556208 or 5274298. OLE color: 5274298.

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

Color convert

RGB18612280-
CMYK00.340.570.27
HSL23.77º43.44%52.16%-
HSV(B)23.77º56.99%72.94%-
XYZ28.6624.9410.89-
YUV136.3596.2163.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=47.94%
G=31.44%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861228000.340.570.2723.7743.4452.16
HexBA7A50022391B182b34
Octal2721721200427133305364
Binary101110101111010101000001000101110011101111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A50; }

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

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

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

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

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

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

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

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