#BA7F39

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

Shades of Brandy Punch #BA7F39

Tints of Brandy Punch #BA7F39

Color information

#BA7F39 (or 0xBA7F39) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 39. RGB value is (186,127,57). Sum of RGB (Red+Green+Blue) = 186+127+57=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F39 is #4580C6. Grayscale: #898989. Windows color (decimal): -4554951 or 3768250. OLE color: 3768250.

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

Color convert

RGB18612757-
CMYK00.320.690.27
HSL32.56º53.09%47.65%-
HSV(B)32.56º69.35%72.94%-
XYZ28.5825.917.37-
YUV136.6683.05163.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=50.27%
G=34.32%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861275700.320.690.2732.5653.0947.65
HexBA7F39020451B213530
Octal2721777104010533416560
Binary1011101011111111110010100000100010111011100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F39; }

 p { color: rgb(186,127,57); }

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

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

 a { background-color: rgb(186,127,57); }

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

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

 span { border-color: rgb(186,127,57); }

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