#BA7E55

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

Shades of Brandy Punch #BA7E55

Tints of Brandy Punch #BA7E55

Color information

#BA7E55 (or 0xBA7E55) is unknown color: approx Brandy Punch. HEX triplet: BA, 7E and 55. RGB value is (186,126,85). Sum of RGB (Red+Green+Blue) = 186+126+85=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E55 is #4581AA. Grayscale: #8B8B8B. Windows color (decimal): -4555179 or 5603002. OLE color: 5603002.

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

Color convert

RGB18612685-
CMYK00.320.540.27
HSL24.36º42.26%53.14%-
HSV(B)24.36º54.3%72.94%-
XYZ29.3526.0212.07-
YUV139.2797.38161.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=46.85%
G=31.74%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861268500.320.540.2724.3642.2653.14
HexBA7E55020361B182a35
Octal2721761250406633305265
Binary101110101111110101010101000001101101101111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E55; }

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

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

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

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

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

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

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

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