#BA7E53

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

Shades of Brandy Punch #BA7E53

Tints of Brandy Punch #BA7E53

Color information

#BA7E53 (or 0xBA7E53) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 53. RGB value is (186,126,83). Sum of RGB (Red+Green+Blue) = 186+126+83=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E53 is #4581AC. Grayscale: #8B8B8B. Windows color (decimal): -4555181 or 5471930. OLE color: 5471930.

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

Color convert

RGB18612683-
CMYK00.320.550.27
HSL25.05º42.74%52.75%-
HSV(B)25.05º55.38%72.94%-
XYZ29.2725.9911.66-
YUV139.0496.38161.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=47.09%
G=31.90%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861268300.320.550.2725.0542.7452.75
HexBA7E53020371B192b35
Octal2721761230406733315365
Binary101110101111110101001101000001101111101111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E53; }

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

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

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

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

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

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

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

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