#BA7B46

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

Shades of Brandy Punch #BA7B46

Tints of Brandy Punch #BA7B46

Color information

#BA7B46 (or 0xBA7B46) is unknown color: approx Brandy Punch. HEX triplet: BA, 7B and 46. RGB value is (186,123,70). Sum of RGB (Red+Green+Blue) = 186+123+70=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B46 is #4584B9. Grayscale: #888888. Windows color (decimal): -4555962 or 4619194. OLE color: 4619194.

HSL color Cylindrical-coordinate representation of color #BA7B46: hue angle of 27.41º degrees, saturation: 0.46, 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 #BA7B46 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18612370-
CMYK00.340.620.27
HSL27.41º45.67%50.2%-
HSV(B)27.41º62.37%72.94%-
XYZ28.4425.059.13-
YUV135.7990.87163.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 70 (27.73% from 255) = 18.47%
R=49.08%
G=32.45%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861237000.340.620.2727.4145.6750.2
HexBA7B460223E1B1b2e32
Octal2721731060427633335662
Binary101110101111011100011001000101111101101111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B46; }

 p { color: rgb(186,123,70); }

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

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

 a { background-color: rgb(186,123,70); }

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

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

 span { border-color: rgb(186,123,70); }

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