#BA7E50

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

Shades of Brandy Punch #BA7E50

Tints of Brandy Punch #BA7E50

Color information

#BA7E50 (or 0xBA7E50) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 50. RGB value is (186,126,80). Sum of RGB (Red+Green+Blue) = 186+126+80=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E50 is #4581AF. Grayscale: #8A8A8A. Windows color (decimal): -4555184 or 5275322. OLE color: 5275322.

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

Color convert

RGB18612680-
CMYK00.320.570.27
HSL26.04º43.44%52.16%-
HSV(B)26.04º56.99%72.94%-
XYZ29.1625.9411.06-
YUV138.794.88161.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=47.45%
G=32.14%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861268000.320.570.2726.0443.4452.16
HexBA7E50020391B1a2b34
Octal2721761200407133325364
Binary101110101111110101000001000001110011101111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E50; }

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

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

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

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

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

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

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

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