#BA8448

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

Shades of Brandy Punch #BA8448

Tints of Brandy Punch #BA8448

Color information

#BA8448 (or 0xBA8448) is unknown color: approx Brandy Punch. HEX triplet: BA, 84 and 48. RGB value is (186,132,72). Sum of RGB (Red+Green+Blue) = 186+132+72=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8448 is #457BB7. Grayscale: #8D8D8D. Windows color (decimal): -4553656 or 4752570. OLE color: 4752570.

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

Color convert

RGB18613272-
CMYK00.290.610.27
HSL31.58º45.24%50.59%-
HSV(B)31.58º61.29%72.94%-
XYZ29.6727.419.86-
YUV141.3188.89159.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=47.69%
G=33.85%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861327200.290.610.2731.5845.2450.59
HexBA844801D3D1B202d33
Octal2722041100357533405563
Binary1011101010000100100100001110111110111011100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8448; }

 p { color: rgb(186,132,72); }

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

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

 a { background-color: rgb(186,132,72); }

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

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

 span { border-color: rgb(186,132,72); }

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