#BA7F50

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

Shades of Brandy Punch #BA7F50

Tints of Brandy Punch #BA7F50

Color information

#BA7F50 (or 0xBA7F50) is unknown color: approx Brandy Punch. HEX triplet: BA, 7F and 50. RGB value is (186,127,80). Sum of RGB (Red+Green+Blue) = 186+127+80=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F50 is #4580AF. Grayscale: #8B8B8B. Windows color (decimal): -4554928 or 5275578. OLE color: 5275578.

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

Color convert

RGB18612780-
CMYK00.320.570.27
HSL26.6º43.44%52.16%-
HSV(B)26.6º56.99%72.94%-
XYZ29.2926.211.1-
YUV139.2894.55161.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=47.33%
G=32.32%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861278000.320.570.2726.643.4452.16
HexBA7F50020391B1b2b34
Octal2721771200407133335364
Binary101110101111111101000001000001110011101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F50; }

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

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

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

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

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

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

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

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