#BA764F

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

Shades of Brandy Punch #BA764F

Tints of Brandy Punch #BA764F

Color information

#BA764F (or 0xBA764F) is unknown color: approx Brandy Punch. HEX triplet: BA, 76 and 4F. RGB value is (186,118,79). Sum of RGB (Red+Green+Blue) = 186+118+79=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA764F is #4589B0. Grayscale: #868686. Windows color (decimal): -4557233 or 5207738. OLE color: 5207738.

HSL color Cylindrical-coordinate representation of color #BA764F: hue angle of 21.87º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA764F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18611879-
CMYK00.370.580.27
HSL21.87º43.67%51.96%-
HSV(B)21.87º57.53%72.94%-
XYZ28.1423.9610.54-
YUV133.8997.03165.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=48.56%
G=30.81%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861187900.370.580.2721.8743.6751.96
HexBA764F0253A1B162c34
Octal2721661170457233265464
Binary101110101110110100111101001011110101101110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA764F; }

 p { color: rgb(186,118,79); }

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

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

 a { background-color: rgb(186,118,79); }

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

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

 span { border-color: rgb(186,118,79); }

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