#BA7952

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

Shades of Brandy Punch #BA7952

Tints of Brandy Punch #BA7952

Color information

#BA7952 (or 0xBA7952) is unknown color: approx Brandy Punch. HEX triplet: BA, 79 and 52. RGB value is (186,121,82). Sum of RGB (Red+Green+Blue) = 186+121+82=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7952 is #4586AD. Grayscale: #888888. Windows color (decimal): -4556462 or 5405114. OLE color: 5405114.

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

Color convert

RGB18612182-
CMYK00.350.560.27
HSL22.5º42.98%52.55%-
HSV(B)22.5º55.91%72.94%-
XYZ28.6124.7211.25-
YUV135.9997.53163.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=47.81%
G=31.11%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861218200.350.560.2722.542.9852.55
HexBA7952023381B162b35
Octal2721711220437033265365
Binary101110101111001101001001000111110001101110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7952; }

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

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

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

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

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

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

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

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