#BA7B52

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

Shades of Brandy Punch #BA7B52

Tints of Brandy Punch #BA7B52

Color information

#BA7B52 (or 0xBA7B52) is unknown color: approx Brandy Punch. HEX triplet: BA, 7B and 52. RGB value is (186,123,82). Sum of RGB (Red+Green+Blue) = 186+123+82=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B52 is #4584AD. Grayscale: #898989. Windows color (decimal): -4555950 or 5405626. OLE color: 5405626.

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

Color convert

RGB18612382-
CMYK00.340.560.27
HSL23.65º42.98%52.55%-
HSV(B)23.65º55.91%72.94%-
XYZ28.8625.2111.33-
YUV137.1696.87162.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=47.57%
G=31.46%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861238200.340.560.2723.6542.9852.55
HexBA7B52022381B182b35
Octal2721731220427033305365
Binary101110101111011101001001000101110001101111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B52; }

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

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

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

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

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

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

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

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