#BA7F47

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

Shades of Brandy Punch #BA7F47

Tints of Brandy Punch #BA7F47

Color information

#BA7F47 (or 0xBA7F47) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 47. RGB value is (186,127,71). Sum of RGB (Red+Green+Blue) = 186+127+71=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F47 is #4580B8. Grayscale: #8A8A8A. Windows color (decimal): -4554937 or 4685754. OLE color: 4685754.

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

Color convert

RGB18612771-
CMYK00.320.620.27
HSL29.22º45.45%50.39%-
HSV(B)29.22º61.83%72.94%-
XYZ28.9826.079.47-
YUV138.2690.05162.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 71 (28.12% from 255) = 18.49%
R=48.44%
G=33.07%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861277100.320.620.2729.2245.4550.39
HexBA7F470203E1B1d2d32
Octal2721771070407633355562
Binary101110101111111100011101000001111101101111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F47; }

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

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

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

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

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

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

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

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