#ba7f54

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

Shades of Brandy Punch #BA7F54

Tints of Brandy Punch #BA7F54

Color information

#BA7F54 (or 0xBA7F54) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 54. RGB value is (186,127,84). Sum of RGB (Red+Green+Blue) = 186+127+84=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F54 is #4580AB. Grayscale: #8B8B8B. Windows color (decimal): -4554924 or 5537722. OLE color: 5537722.

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

Color convert

RGB18612784-
CMYK00.320.550.27
HSL25.29º42.5%52.94%-
HSV(B)25.29º54.84%72.94%-
XYZ29.4426.2611.9-
YUV139.7496.55161-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=46.85%
G=31.99%
B=21.16%

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
Decimal1861278400.320.550.2725.2942.552.94
HexBA7F54020371B192a35
Octal2721771240406733315265
Binary101110101111111101010001000001101111101111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7f54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7f54; }

 p { color: rgb(186,127,84); }

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

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

 a { background-color: rgb(186,127,84); }

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

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

 span { border-color: rgb(186,127,84); }

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