#BA8152

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

Shades of Brandy Punch #BA8152

Tints of Brandy Punch #BA8152

Color information

#BA8152 (or 0xBA8152) is unknown color: approx Brandy Punch. HEX triplet: BA, 81 and 52. RGB value is (186,129,82). Sum of RGB (Red+Green+Blue) = 186+129+82=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8152 is #457EAD. Grayscale: #8C8C8C. Windows color (decimal): -4554414 or 5407162. OLE color: 5407162.

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

Color convert

RGB18612982-
CMYK00.310.560.27
HSL27.12º42.98%52.55%-
HSV(B)27.12º55.91%72.94%-
XYZ29.6226.7511.58-
YUV140.6894.88160.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=46.85%
G=32.49%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861298200.310.560.2727.1242.9852.55
HexBA815201F381B1b2b35
Octal2722011220377033335365
Binary101110101000000110100100111111110001101111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8152; }

 p { color: rgb(186,129,82); }

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

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

 a { background-color: rgb(186,129,82); }

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

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

 span { border-color: rgb(186,129,82); }

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